'Declaration <DescriptionAttribute("Image compression for indexed images.")> <DefaultValueAttribute(Undefined)> <CategoryAttribute("Indexed images")> Public Property IndexedImagesCompression As Vintasoft.Imaging.Pdf.PdfCompression
[Description("Image compression for indexed images.")] [DefaultValue(Undefined)] [Category("Indexed images")] public Vintasoft.Imaging.Pdf.PdfCompression IndexedImagesCompression { get; set; }
[Description("Image compression for indexed images.")] [DefaultValue(Undefined)] [Category("Indexed images")] public: __property Vintasoft.Imaging.Pdf.PdfCompression get_IndexedImagesCompression(); public: __property void set_IndexedImagesCompression(
Vintasoft.Imaging.Pdf.PdfCompression value
);
[Description("Image compression for indexed images.")] [DefaultValue(Undefined)] [Category("Indexed images")] public:
property Vintasoft.Imaging.Pdf.PdfCompression IndexedImagesCompression { Vintasoft.Imaging.Pdf.PdfCompression get(); void set(Vintasoft.Imaging.Pdf.PdfCompression value); }
Property Value
PdfCompression.Undefined - image compression must not be changed.
Default value is PdfCompression.Undefined.
Default value is PdfCompression.Undefined.