VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Decoders Namespace / EcgRenderingSettings Class
Constructors Properties Methods Events Operators SeeAlso
In This Topic
    EcgRenderingSettings Class Members
    In This Topic
    The following tables list the members exposed by EcgRenderingSettings.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the EcgRenderingSettings class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the background color for electrocardiogram image.
    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 for header font in electrocardiogram image.
    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 anchor for legend text in electrocardiogram image.
    Public PropertyGets or sets the color for legend font in electrocardiogram image.
    Public PropertyGets or sets the name for legend font in electrocardiogram image.
    Public PropertyGets or sets the format string for legend text in electrocardiogram image.
    Public PropertyGets or sets the color for major grid in electrocardiogram image.
    Public PropertyGets or sets the step, in Vintasoft.Imaging.UnitOfMeasure.Millimeters, for major grid in electrocardiogram image.
    Public PropertyGets or sets the thickness, in Vintasoft.Imaging.UnitOfMeasure.Pixels, for major grid in electrocardiogram image.
    Public PropertyGets or sets the number of millimeters, which represent 1 millivolt in electrocardiogram image.
    Public PropertyGets or sets the number of millimeters, which represent 1 second in electrocardiogram image.
    Public PropertyGets or sets the color for minor grid in electrocardiogram image.
    Public PropertyGets or sets the step, in Vintasoft.Imaging.UnitOfMeasure.Millimeters, for minor grid in electrocardiogram image.
    Public PropertyGets or sets the thickness, in Vintasoft.Imaging.UnitOfMeasure.Pixels, for minor grid in electrocardiogram image.
    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 padding, in Vintasoft.Imaging.UnitOfMeasure.Millimeters, for electrocardiogram image.
    Public PropertyGets or sets the resolution, in pixels per inch, for image rendering. (Inherited from RenderingSettings)
    Public PropertyGets or sets the color for signal in electrocardiogram image.
    Public PropertyGets or sets the scale factor, in MajorGridStep, for signal height in electrocardiogram image.
    Public PropertyGets or sets the thickness, in Vintasoft.Imaging.UnitOfMeasure.Pixels, signal in electrocardiogram image.
    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 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 MethodReturns a value indicating whether the specified 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