VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / WebPdfImageResource Class / pixelFormat Property
Syntax Requirements SeeAlso
In This Topic
    pixelFormat Property (WebPdfImageResource)
    In This Topic
    Gets or sets the pixel format of this image.
    Syntax
    'Declaration
    
    Public Property pixelFormat As Vintasoft.Imaging.PixelFormat
    
    
    public Vintasoft.Imaging.PixelFormat pixelFormat { get; set; }
    
    
    public: __property Vintasoft.Imaging.PixelFormat get_pixelFormat();
    public: __property void set_pixelFormat(
    Vintasoft.Imaging.PixelFormat value
    );
    public:
    property Vintasoft.Imaging.PixelFormat pixelFormat { Vintasoft.Imaging.PixelFormat get(); void set(Vintasoft.Imaging.PixelFormat value); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

    See Also