VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / MarkupRenderingSettings Class
Constructors Properties Methods Events Operators SeeAlso
In This Topic
    MarkupRenderingSettings Class Members
    In This Topic
    The following tables list the members exposed by MarkupRenderingSettings.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the default color of the page background.
    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 interpolation mode for image rendering. (Inherited from RenderingSettings)
    Public PropertyGets or sets the color of the invisible table borders.
    Public PropertyGets a value indicating whether the rendering settings has been set. (Inherited from RenderingSettings)
    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 resolution, in pixels per inch, for image rendering. (Inherited from RenderingSettings)
    Public PropertyGets or sets a value indicating whether the invisible table borders are visible.
    Public PropertyGets or sets a value indicating whether the non-printable characters are visible.
    Public PropertyGets or sets the smoothing mode for image rendering. (Inherited from RenderingSettings)
    Public PropertyGets or sets the text rendering hint that uses raster drawing engine.
    Public Methods
     NameDescription
    Public MethodSignals the object that initialization is started. (Inherited from RenderingSettings)
    Public MethodCreates an exact copy of this RenderingSettings.
    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 MethodDetermines whether the specified System.Object, is equal to this instance.
    Public MethodReturns a hash code for this instance.
    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