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