Skip to main content
SkewCorrectionModeEnum enumeration constants are used to set skew correction modes.
typedef enum {
 SCM_Unknown,
 SCM_AccordingToPage,
 SCM_Always,
 SCM_Never
}SkewCorrectionModeEnum;

Elements

NameDescription
SCM\_AccordingToPageSkew correction is performed according to the page settings.
SCM\_AlwaysSkew correction is always performed.
SCM\_NeverSkew correction is not performed.
SCM\_UnknownThis element is deprecated and unavailable and will be removed in future versions. The mode of skew correction is not defined.

Used in

ITextBlockAnalysisParams::SkewCorrectionMode