Show / Hide Table of Contents

Enum CutType

カット方法の種類を指定をします。

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

Fields

Name Description
Full

フルカットを表します。プリンタメカニズムがサポートしている場合に用紙を完全にカットします。

None

カットしないことを表します。

Partial

パーシャルカットを表します。用紙の中央に一点残してカットします。

Back to top