VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing.Web.Services Namespace / MatrixTransformRequestParams Class / preservePixelFormat Property
Syntax Requirements SeeAlso
In This Topic
    preservePixelFormat Property (MatrixTransformRequestParams)
    In This Topic
    Gets or sets a value indicating whether the image processing command preserves the pixel format of processing images.
    Syntax
    'Declaration
    
    Public Property preservePixelFormat As Boolean
    
    
    public bool preservePixelFormat { get; set; }
    
    
    public: __property bool get_preservePixelFormat();
    public: __property void set_preservePixelFormat(
    bool value
    );
    public:
    property bool preservePixelFormat { bool get(); void set(bool value); }

    Property Value

    True - command must preserve the pixel format of processing image;
    False - command must NOT preserve the pixel format of processing image.
    Default value is True.
    Requirements

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

    See Also