PdfPageInfoGenerateThumbnails Property |
Determines whether or not a thumbnail will be generated for this page.
Namespace:
Atalasoft.Ocr
Assembly:
Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public bool GenerateThumbnails { get; set; }
Public Property GenerateThumbnails As Boolean
Get
Set
Property Value
Type:
BooleanRemarks Even with this value set to true, it may not always be possible to generate a thumbnail for a
page. Default value is true.
See Also