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.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public PdfCrossReferenceType CrossReferenceType { get; set; }
Public Property CrossReferenceType As PdfCrossReferenceType
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