Show / Hide Table of Contents

Enum CutType

Specify an autocutter method.

Namespace: StarMicronics.CloudPrnt
Assembly: cs.temp.dll.dll
Syntax
public enum CutType

Fields

Name Description
Full

Specify a full cut, which will cut through the paper fully if supported by the printer mechanism.

None

Do not perform any paper cut action.

Partial

Specify a partial cut, which cut the paper which leaving a small, uncut part in ther entre of the paper.

Back to top