'Declaration Public Function New( _
ByVal versionVersion of the format.As System.String, _
ByVal compresedCrossReferenceTableA value indicating whether PDF document should have compressed cross-reference table.As Boolean, _
ByVal binaryFormatA value indicating whether PDF document should apply text filters to binary data.As Boolean _
)
public PdfFormat(
System.String version,
bool compresedCrossReferenceTable,
bool binaryFormat
)
public: PdfFormat(
System.String version,
bool compresedCrossReferenceTable,
bool binaryFormat
)
public:
PdfFormat(
System.String version,
bool compresedCrossReferenceTable,
bool binaryFormat
)
Parameters
- version
- Version of the format.
- compresedCrossReferenceTable
- A value indicating whether PDF document should have compressed cross-reference table.
- binaryFormat
- A value indicating whether PDF document should apply text filters to binary data.