VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.ImageRendering Namespace / ImageRenderingTask Class / VectorRenderingQualityFactor Property
Syntax Requirements SeeAlso
In This Topic
    VectorRenderingQualityFactor Property (ImageRenderingTask)
    In This Topic
    Gets or sets the quality factor for vector rendering.
    Syntax
    'Declaration
    
    Public Property VectorRenderingQualityFactor As Single
    
    
    public float VectorRenderingQualityFactor { get; set; }
    
    
    public: __property float get_VectorRenderingQualityFactor();
    public: __property void set_VectorRenderingQualityFactor(
    float value
    );
    public:
    property float VectorRenderingQualityFactor { float get(); void set(float value); }

    Property Value

    • 1 - the image renderer will render image with specified resolution and provide image with normal quality.
    • value greater than 1 and less than or equal to 2 - the image renderer will render image with increased resolution and provide image with high quality. Image renderer will use more memory.
    Default value is 1.
    Requirements

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

    See Also