Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgElement Class / ImageRendering Property

In This Topic
    ImageRendering Property (SvgElement)
    In This Topic
    Gets or sets a hint to the implementation about how to make speed vs. quality tradeoffs as it performs image processing.
    Syntax
    'Declaration
     
    Public Property ImageRendering As System.Nullable(Of SvgImageRendering)
    public System.Nullable<SvgImageRendering> ImageRendering {get; set;}
    See Also