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