'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 - grayscale image must be compressed if image resolution is greater or equal than N dpi.
Default value is Resolution.Empty.
Default value is Resolution.Empty.