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