Accusoft.PrintProSdk Namespace : PrintPreviewScale Enumeration |
'Declaration Public Enum PrintPreviewScale Inherits System.Enum
'Usage Dim instance As PrintPreviewScale
public enum PrintPreviewScale : System.Enum
__value public enum PrintPreviewScale : public System.Enum
public enum class PrintPreviewScale : public System.Enum
Member | Value | Description |
---|---|---|
Scale1to1 | 1 | The image size is the same size as the printed image. |
Scale1to10 | 10 | The image size is one-tenth the same size as the printed image. |
Scale1to2 | 2 | The image size is one-half the same size as the printed image. |
Scale1to3 | 3 | The image size is one-third the same size as the printed image. |
Scale1to4 | 4 | The image size is one-fourth the same size as the printed image. |
Scale1to5 | 5 | The image size is one-fifth the same size as the printed image. |
Scale1to6 | 6 | The image size is one-sixth the same size as the printed image. |
Scale1to7 | 7 | The image size is one-seventh the same size as the printed image. |
Scale1to8 | 8 | The image size is one-eight the same size as the printed image. |
Scale1to9 | 9 | The image size is one-ninth the same size as the printed image. |
System.Object
System.ValueType
System.Enum
Accusoft.PrintProSdk.PrintPreviewScale