'Declaration <CategoryAttribute("Indexed images")> <DefaultValueAttribute(Undefined)> <DescriptionAttribute("Image compression for indexed images.")> Public Property IndexedImagesCompression As Vintasoft.Imaging.Pdf.PdfCompression
[Category("Indexed images")] [DefaultValue(Undefined)] [Description("Image compression for indexed images.")] public Vintasoft.Imaging.Pdf.PdfCompression IndexedImagesCompression { get; set; }
[Category("Indexed images")] [DefaultValue(Undefined)] [Description("Image compression for indexed images.")] public: __property Vintasoft.Imaging.Pdf.PdfCompression get_IndexedImagesCompression(); public: __property void set_IndexedImagesCompression(
Vintasoft.Imaging.Pdf.PdfCompression value
);
[Category("Indexed images")] [DefaultValue(Undefined)] [Description("Image compression for 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 - сжатие изображения не должно быть изменено.
Значение по умолчанию - PdfCompression.Undefined.
Значение по умолчанию - PdfCompression.Undefined.