Property Compression
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Compression
Gets or sets the compression type to use when saving the document.
public PdfCompression Compression { get; set; }
Property Value
- PdfCompression
The compression type to use when saving the document.
Remarks
Default value: Flate.
When saving a file incrementally (when WriteIncrementally is true
),
this property only affects the increment. There won't be any changes to the part with
the original file contents.