Gets the compression scheme of this
PdfImage.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfImageCompression Compression { get; }
VB
Public ReadOnly Property Compression As PdfImageCompression
Get
Property Value
Type:
PdfImageCompression
The compression scheme of this
PdfImage.
See Also