VintaSoft Imaging .NET SDK 15.1: 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; }

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: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also