'Declaration <DefaultValueAttribute(Indexed8)> <DescriptionAttribute("A pixel format in which image must be converted. Supported values: Indexed1, Indexed4, Indexed8.")> Public Property PixelFormat As Vintasoft.Imaging.PixelFormat
[DefaultValue(Indexed8)] [Description("A pixel format in which image must be converted. Supported values: Indexed1, Indexed4, Indexed8.")] public Vintasoft.Imaging.PixelFormat PixelFormat { get; set; }
[DefaultValue(Indexed8)] [Description("A pixel format in which image must be converted. Supported values: Indexed1, Indexed4, Indexed8.")] public: __property Vintasoft.Imaging.PixelFormat get_PixelFormat(); public: __property void set_PixelFormat(
Vintasoft.Imaging.PixelFormat value
);
[DefaultValue(Indexed8)] [Description("A pixel format in which image must be converted. Supported values: Indexed1, Indexed4, Indexed8.")] public:
property Vintasoft.Imaging.PixelFormat PixelFormat { Vintasoft.Imaging.PixelFormat get(); void set(Vintasoft.Imaging.PixelFormat value); }
Property Value
Supported values: PixelFormat.Indexed1, PixelFormat.Indexed4, PixelFormat.Indexed8.
Default value is PixelFormat.Indexed8.
Default value is PixelFormat.Indexed8.