VintaSoft Barcode .NET SDK 15.0: Руководство для .NET разработчика
Vintasoft.Barcode Namespace / WriterSettings Class / PixelFormat Property
Синтаксис Требования Смотрите также
В этом разделе
    PixelFormat Свойство (WriterSettings)
    В этом разделе
    Возвращает или задает формат пикселей изображения.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("Common")>
    <DescriptionAttribute("Image pixel format.")>
    <DefaultValueAttribute(Bgra32)>
    Public Property PixelFormat As BarcodeImagePixelFormat
    
    
    [Category("Common")]
    [Description("Image pixel format.")]
    [DefaultValue(Bgra32)]
    public BarcodeImagePixelFormat PixelFormat { get; set; }
    
    
    [Category("Common")]
    [Description("Image pixel format.")]
    [DefaultValue(Bgra32)]
    public: __property BarcodeImagePixelFormat get_PixelFormat();
    public: __property void set_PixelFormat(
    BarcodeImagePixelFormat value
    );
    [Category("Common")]
    [Description("Image pixel format.")]
    [DefaultValue(Bgra32)]
    public:
    property BarcodeImagePixelFormat PixelFormat { BarcodeImagePixelFormat get(); void set(BarcodeImagePixelFormat value); }

    Property Value

    Значение по умолчанию: BarcodeImagePixelFormat.Bgra32.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также