'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether grayscale JPEG file must be created.")> Public Property JpegSaveAsGrayscale As Boolean
[DefaultValue(False)] [Description("A value indicating whether grayscale JPEG file must be created.")] public bool JpegSaveAsGrayscale { get; set; }
[DefaultValue(False)] [Description("A value indicating whether grayscale JPEG file must be created.")] public: __property bool get_JpegSaveAsGrayscale(); public: __property void set_JpegSaveAsGrayscale(
bool value
);
[DefaultValue(False)] [Description("A value indicating whether grayscale JPEG file must be created.")] public:
property bool JpegSaveAsGrayscale { bool get(); void set(bool value); }
Property Value
Значение по умолчанию - false.