PdfFocusPreserveImages Property |
Gets or sets a value indicating whether to load images from PDF or skip them. Default value: true.
Namespace: SautinSoftAssembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2024.11.11
Syntax public bool PreserveImages { get; set; }
Public Property PreserveImages As Boolean
Get
Set
Property Value
BooleanRemarks
In case of 'false' you may significantly save a time of loading a PDF document and using of memory.
we recommend to set this property to 'false' when you are need only in textual data from PDF.
See Also