Gets or sets the compression type to use when saving the document.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfCompression Compression { get; set; }
VB
Public Property Compression As PdfCompression
Get
Set
Property Value
Type:
PdfCompressionThe compression type to use when saving the document.
Remarks
See Also