Click or drag to resize

PdfSaveOptionsCrossReferenceType Property

Gets a value indicating how cross-reference information (information about byte positions of the indirect objects) and indirect objects are stored in the PDF file.

This option is ignored if PdfDocument is not saved to a new file.

Default value: Table.


Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public PdfCrossReferenceType CrossReferenceType { get; set; }

Property Value

PdfCrossReferenceType
A value indicating how cross-reference information (information about byte positions of the indirect objects) and indirect objects are stored in the PDF file.
See Also