PdfPageConstructionEventArgsSkipPage Property |
An indication as to whether or not this page should be skipped.
Namespace:
Atalasoft.Ocr
Assembly:
Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic bool SkipPage { get; set; }Public Property SkipPage As Boolean
Get
Set
Property Value
Type:
Boolean
Remarks Set this property to true to skip this page. The default value is false.
See Also