SkewCorrectionModeEnum
SkewCorrectionModeEnum enumeration constants are used to set skew correction modes.
typedef enum {
SCM_Unknown,
SCM_AccordingToPage,
SCM_Always,
SCM_Never
}SkewCorrectionModeEnum;
Elements
Name | Description |
---|---|
SCM_AccordingToPage | Skew correction is performed according to the page settings. |
SCM_Always | Skew correction is always performed. |
SCM_Never | Skew correction is not performed. |
SCM_Unknown |
This element is deprecated and unavailable and will be removed in future versions. The mode of skew correction is not defined. |
Used in
7/3/2024 8:50:10 AM