'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, _
ByVal linearizedFormatA value indicating whether PDF document should have linearized format (Fast Web View).As Boolean, _
ByVal compressedObjectStreamsA value indicating whether PDF document should have compressed object streams.As Boolean _
)
public PdfFormat(
System.String version,
bool compresedCrossReferenceTable,
bool binaryFormat,
bool linearizedFormat,
bool compressedObjectStreams
)
public: PdfFormat(
System.String version,
bool compresedCrossReferenceTable,
bool binaryFormat,
bool linearizedFormat,
bool compressedObjectStreams
)
public:
PdfFormat(
System.String version,
bool compresedCrossReferenceTable,
bool binaryFormat,
bool linearizedFormat,
bool compressedObjectStreams
)
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.
- linearizedFormat
- A value indicating whether PDF document should have linearized format (Fast Web View).
- compressedObjectStreams
- A value indicating whether PDF document should have compressed object streams.