Click or drag to resize

PdfLoadOptionsPreserveImages Property

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

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

Property Value

Boolean
Remarks
Default value: true.
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