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