PdfFormat Class Properties
In This Topic
For a list of all properties of this type, see
PdfFormat.
Public Properties
| | Name | Description |
 | BinaryFormat | Gets a value indicating whether PDF document should apply text filters to binary data. |
 | CompressedCrossReferenceTable | Gets a value indicating whether PDF document should have compressed cross-reference table. |
 | CompressedObjectStreams | Gets a value indicating whether PDF document should have compressed object streams. |
 | ContainsDocumentID | Gets or sets a value indicating whether the identifier of PDF document must be generated. |
 | LinearizedFormat | Gets a value indicating whether PDF document should have linearized format (Fast Web View). |
 | MinorVersionNumber | Gets a minor version number. |
  | Pdf_14 | Gets the static instance that contains information about PDF 1.4 format. |
  | Pdf_15 | Gets the static instance that contains information about PDF 1.5 format. |
  | Pdf_16 | Gets the static instance that contains information about PDF 1.6 format with compressed XREF table. |
  | Pdf_17 | Gets the static instance that contains information about PDF 1.7 format with compressed XREF table format. |
  | Pdf_20 | Gets the static instance that contains information about PDF 2.0 format with compressed XREF table. |
  | Pdf_A | Gets the static instance of the PDF/A-1b format. |
 | Version | Gets the string representation of format version. |
 | VersionNumber | Gets the version number in dual-digit format (10,11,12,13,14,15,16,17,20,...). |
See Also