<Code Lib>
2023 Enumeration
Changes 0
E

ImageResolution

Description:
This enum is used to define image resolution in order to calculate the image size.
Remarks:
This is used only if the Zoom option for ZoomType is set.

public enum ImageResolution

Name Description
E DPI_72 72 dpi
E DPI_150 150 dpi
E DPI_300 300 dpi
E DPI_600 600 dpi

Loading…