Click or drag to resize

PdfFocusPreserveImages Property

Gets or sets a value indicating whether to load images from PDF or skip them. Default value: true.

Namespace: SautinSoft
Assembly: SautinSoft.PdfFocus (in SautinSoft.PdfFocus.dll) Version: 2024.3.28
Syntax
public bool PreserveImages { get; set; }

Property Value

Boolean
Remarks
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