indexedImagesCompression Property (WebPdfDocumentCompressorSettings)
Gets or sets image compression for indexed images.
'Declaration
Public Property indexedImagesCompression As Vintasoft.Imaging.Pdf.PdfCompression
public Vintasoft.Imaging.Pdf.PdfCompression indexedImagesCompression { get; set; }
public: __property Vintasoft.Imaging.Pdf.PdfCompression get_indexedImagesCompression();
public: __property void set_indexedImagesCompression(
Vintasoft.Imaging.Pdf.PdfCompression
);
public:
property Vintasoft.Imaging.Pdf.PdfCompression indexedImagesCompression {
Vintasoft.Imaging.Pdf.PdfCompression get();
void set(Vintasoft.Imaging.Pdf.PdfCompression );
}
Property Value
PdfCompression.Undefined - image compression must not be changed.
Default value is PdfCompression.Undefined.
Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5