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