Pdf |
The PdfLoadOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | AllowGraphicHyperlinks | Gets or sets a value indicating whether to allow graphic hyperlinks. Default value: false. |
![]() | ConversionMode | Gets or sets PDF document conversion mode. Default value: Flowing. |
![]() | DetectTables | Gets or sets a value indicating whether to recreate tables or leave them as graphical lines. Default value: false. |
![]() | KeepCharScaleAndSpacing | Gets or sets a value indicating whether to keep the original char scaling and spacing or reset it to all symbols to 100%. |
![]() | OCROptions | Gets and sets options to enable and adjust OCR (optical character recognition). |
![]() | OptimizeImages | Gets or sets a value indicating whether to merge adjacent images into a one. Default value: true. |
![]() ![]() | PageCount | Gets or sets the number of pages to load. Default value: MaxValue. |
![]() | PageIndex | Gets or sets the 0-based index of the first page to load. Default value: 0. |
![]() | Password | Gets or sets the password to open protected / encrypted PDF document. Default value: String.Empty. |
![]() | PreserveEmbeddedFonts | Gets or sets a mode indicating whether to load embedded fonts from PDF and store them in document or skip them and use similar. Default value: true. |
![]() | PreserveGraphics | Gets or sets a value indicating whether to load vector graphics from PDF or skip it. Default value: true. |
![]() | PreserveImages | Gets or sets a value indicating whether to load images from PDF or skip them. Default value: true. |
![]() ![]() | RasterizeVectorGraphics | Gets or sets a value indicating whether to rasterize complex vector graphics or leave them as is. Default value: true. |
![]() | SelectedPages | Gets or sets an array with pages to load (0-based index). Setting PageIndex or PageCount properties are overrides SelectedPages. |
![]() | ShapeAnchoring | Gets or sets a value indicating whether shape's coordinates are anchored relative to paragraph or not. D |
![]() | ShapeGrouping | Gets or sets a value indicating whether to group the shapes or not. |
![]() | ShowInvisibleText | Gets or sets a value indicating whether to load invisible text or skip it. |