PdfLoadOptionsPreserveGraphics Property |
Gets or sets a value indicating whether to load vector graphics from PDF or skip it. Default value: true.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.7.18
Syntax public bool PreserveGraphics { get; set; }
Public Property PreserveGraphics As Boolean
Get
Set
Property Value
BooleanRemarks
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