Click or drag to resize

PdfLoadOptionsPreserveGraphics Property

Gets or sets a value indicating whether to load vector graphics from PDF or skip it. Default value: true.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public bool PreserveGraphics { 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.
Note: that in case of 'false' the properties DetectTables and RasterizeVectorGraphics will not work.
See Also