'Declaration <DefaultValueAttribute(Gray8)> <DescriptionAttribute("A pixel format in which image must be converted. Supported values: Gray8, Gray16.")> Public Property PixelFormat As Vintasoft.Imaging.PixelFormat
[DefaultValue(Gray8)] [Description("A pixel format in which image must be converted. Supported values: Gray8, Gray16.")] public Vintasoft.Imaging.PixelFormat PixelFormat { get; set; }
[DefaultValue(Gray8)] [Description("A pixel format in which image must be converted. Supported values: Gray8, Gray16.")] public: __property Vintasoft.Imaging.PixelFormat get_PixelFormat(); public: __property void set_PixelFormat(
Vintasoft.Imaging.PixelFormat value
);
[DefaultValue(Gray8)] [Description("A pixel format in which image must be converted. Supported values: Gray8, Gray16.")] public:
property Vintasoft.Imaging.PixelFormat PixelFormat { Vintasoft.Imaging.PixelFormat get(); void set(Vintasoft.Imaging.PixelFormat value); }
Property Value
Поддерживаемые значения: PixelFormat.Gray8, PixelFormat.Gray16.
Значение по умолчанию: PixelFormat.Gray8.
Значение по умолчанию: PixelFormat.Gray8.