'Declaration <CategoryAttribute("Color images")> <DescriptionAttribute("The minimum resolution for bitonal image when image must be compressed.")> Public Property BitonalImagesCompressionMinResolution As Vintasoft.Imaging.Resolution
[Category("Color images")] [Description("The minimum resolution for bitonal image when image must be compressed.")] public Vintasoft.Imaging.Resolution BitonalImagesCompressionMinResolution { get; set; }
[Category("Color images")] [Description("The minimum resolution for bitonal image when image must be compressed.")] public: __property Vintasoft.Imaging.Resolution get_BitonalImagesCompressionMinResolution(); public: __property void set_BitonalImagesCompressionMinResolution(
Vintasoft.Imaging.Resolution value
);
[Category("Color images")] [Description("The minimum resolution for bitonal image when image must be compressed.")] public:
property Vintasoft.Imaging.Resolution BitonalImagesCompressionMinResolution { Vintasoft.Imaging.Resolution get(); void set(Vintasoft.Imaging.Resolution value); }
Property Value
N dpi - растровое изображение должно быть сжато, если разрешение изображения больше или равно N dpi.
Значение по умолчанию - Resolution.Empty.
Значение по умолчанию - Resolution.Empty.