'Declaration <DescriptionAttribute("Image compression for color images.")> <CategoryAttribute("Color images")> <DefaultValueAttribute(Undefined)> Public Property ColorImagesCompression As Vintasoft.Imaging.Pdf.PdfCompression
[Description("Image compression for color images.")] [Category("Color images")] [DefaultValue(Undefined)] public Vintasoft.Imaging.Pdf.PdfCompression ColorImagesCompression { get; set; }
[Description("Image compression for color images.")] [Category("Color images")] [DefaultValue(Undefined)] public: __property Vintasoft.Imaging.Pdf.PdfCompression get_ColorImagesCompression(); public: __property void set_ColorImagesCompression(
Vintasoft.Imaging.Pdf.PdfCompression value
);
[Description("Image compression for color images.")] [Category("Color images")] [DefaultValue(Undefined)] public:
property Vintasoft.Imaging.Pdf.PdfCompression ColorImagesCompression { Vintasoft.Imaging.Pdf.PdfCompression get(); void set(Vintasoft.Imaging.Pdf.PdfCompression value); }
Property Value
PdfCompression.Undefined - сжатие изображения не должно быть изменено.
Значение по умолчанию - PdfCompression.Undefined.
Значение по умолчанию - PdfCompression.Undefined.