VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / CompositeRenderingSettings Class
Constructors Properties Methods Events Operators SeeAlso
In This Topic
    CompositeRenderingSettings Class Members
    In This Topic
    The following tables list the members exposed by CompositeRenderingSettings.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the CompositeRenderingSettings class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the SDK must use special algorithm for drawing sharp image borders.
    Public Propertystatic (Shared in Visual Basic)Gets the empty rendering settings. (Inherited from RenderingSettings)
    Public PropertyGets or sets the interpolation mode for image rendering.
    Public PropertyGets a value indicating whether the rendering settings has been set. (Inherited from RenderingSettings)
    Public PropertyGets the items of this composite rendering settings.
    Public PropertyGets or sets a value indicating whether the image drawing method must use performance optimizations for image drawing.
    Public PropertyGets or sets the resolution, in pixels per inch, for image rendering.
    Public PropertyGets or sets the smoothing mode for image rendering.
    Public Methods
     NameDescription
    Public MethodCreates an exact copy of this RenderingSettings.
    Public MethodCopies the state of the current object to the target object. (Inherited from RenderingSettings)
    Public MethodCreates an exact copy of this RenderingSettings. (Inherited from RenderingSettings)
    Public MethodDetermines whether the specified System.Object, is equal to this instance.
    Public Methodstatic (Shared in Visual Basic)Searches all rendering settings of specified type from specified rendering settings.
    Public MethodReturns a hash code for this instance.
    Public Methodstatic (Shared in Visual Basic)Returns the rendering settings of specified type from specified rendering settings.
    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