'Declaration <DefaultValueAttribute(Undefined)> <CategoryAttribute("Color images")> <DescriptionAttribute("Image compression for color images.")> Public Property ColorImagesCompression As Vintasoft.Imaging.Pdf.PdfCompression
[DefaultValue(Undefined)] [Category("Color images")] [Description("Image compression for color images.")] public Vintasoft.Imaging.Pdf.PdfCompression ColorImagesCompression { get; set; }
[DefaultValue(Undefined)] [Category("Color images")] [Description("Image compression for color images.")] public: __property Vintasoft.Imaging.Pdf.PdfCompression get_ColorImagesCompression(); public: __property void set_ColorImagesCompression(
Vintasoft.Imaging.Pdf.PdfCompression value
);
[DefaultValue(Undefined)] [Category("Color images")] [Description("Image compression for color images.")] 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.