VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / SvgRenderingSettings Class
Constructors Properties Methods Events Operators SeeAlso
In This Topic
    SvgRenderingSettings Class Members
    In This Topic
    The following tables list the members exposed by SvgRenderingSettings.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the SvgRenderingSettings class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the name of the Cursive font.
    Public PropertyGets or sets the name of the default font.
    Public PropertyGets or sets the default image size in Vintasoft.Imaging.UnitOfMeasure.Pixels.
    Public PropertyGets or sets a value indicating whether the SDK must use special algorithm for drawing sharp image borders. (Inherited from RenderingSettings)
    Public Propertystatic (Shared in Visual Basic)Gets the empty rendering settings. (Inherited from RenderingSettings)
    Public PropertyGets or sets the name of the Fantasy font.
    Public PropertyGets or sets the interpolation mode for image rendering. (Inherited from RenderingSettings)
    Public PropertyGets a value indicating whether the rendering settings has been set. (Inherited from RenderingSettings)
    Public PropertyGets or sets the name of the Monospace font.
    Public PropertyGets or sets a value indicating whether the image drawing method must use performance optimizations for image drawing. (Inherited from RenderingSettings)
    Public PropertyGets or sets the output image pixel format.
    Public PropertyGets or sets the resolution, in pixels per inch, for image rendering. (Inherited from RenderingSettings)
    Public PropertyGets or sets the name of the SansSerif font.
    Public PropertyGets or sets the name of the Serif font.
    Public PropertyGets or sets the smoothing mode for image rendering. (Inherited from RenderingSettings)
    Public Methods
     NameDescription
    Public MethodSignals the object that initialization is started. (Inherited from RenderingSettings)
    Public MethodCreates an exact copy of this SvgRenderingSettings.
    Public MethodCopies the state of the current object to the target object.
    Public MethodCreates an exact copy of this RenderingSettings. (Inherited from RenderingSettings)
    Public MethodSignals the object that initialization is finished. (Inherited from RenderingSettings)
    Public MethodReturns a value indicating whether two SvgRenderingSettings instances are equal.
    Public MethodReturns the hash code for this SvgRenderingSettings.
    Protected Methods
     NameDescription
    Protected MethodRaises the Changed event. (Inherited from RenderingSettings)
    Public Events
     NameDescription
    Public EventOccurs when rendering settings was changed. (Inherited from RenderingSettings)
    Public Operators
     NameDescription
    Public OperatorCompares two RenderingSettings objects. (Inherited from RenderingSettings)
    Public OperatorCompares two RenderingSettings objects. (Inherited from RenderingSettings)
    See Also