'Declaration <DescriptionAttribute("A compression of indexed images.")> <CategoryAttribute("Compression")> Public Property IndexedImagesCompression As Vintasoft.Imaging.Pdf.PdfCompression
[Description("A compression of indexed images.")] [Category("Compression")] public Vintasoft.Imaging.Pdf.PdfCompression IndexedImagesCompression { get; set; }
[Description("A compression of indexed images.")] [Category("Compression")] public: __property Vintasoft.Imaging.Pdf.PdfCompression get_IndexedImagesCompression(); public: __property void set_IndexedImagesCompression(
Vintasoft.Imaging.Pdf.PdfCompression value
);
[Description("A compression of indexed images.")] [Category("Compression")] public:
property Vintasoft.Imaging.Pdf.PdfCompression IndexedImagesCompression { Vintasoft.Imaging.Pdf.PdfCompression get(); void set(Vintasoft.Imaging.Pdf.PdfCompression value); }
Property Value
Default value is Vintasoft.Imaging.Pdf.PdfCompression.Zip.