VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Dicom.UI.VisualTools Namespace / DicomDataElementTextOverlay Class
Constructors Properties Methods Events SeeAlso
In This Topic
    DicomDataElementTextOverlay Class Members
    In This Topic
    The following tables list the members exposed by DicomDataElementTextOverlay.
    Protected Constructors
     NameDescription
    Protected ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets text anchor. (Inherited from TextOverlay)
    Public PropertyGets a value indicating whether DICOM Frame has the DataElement.
    Public PropertyGets a value indicating whether DataElement has the data.
    Public PropertyGets or sets a value indicating whether the text overlay is visible. (Inherited from TextOverlay)
    Public PropertyGets or sets the text, which must be drawn. (Inherited from DicomViewerToolTextOverlay)
    Public PropertyGets or sets the brush, which must be used for drawing the text. (Inherited from TextOverlay)
    Public PropertyGets or sets the text brush color. (Inherited from TextOverlay)
    Public PropertyGets or sets the font, which must be used for drawing the text. (Inherited from TextOverlay)
    Public PropertyGets or sets the text format for a text, which must be drawn in viewer.
    Protected Properties
     NameDescription
    Protected PropertyGets the image viewer, which is associated with this text overlay. (Inherited from TextOverlay)
    Protected PropertyGets or sets the visual tool for loading the text of text overlay. (Inherited from DicomViewerToolTextOverlay)
    Public Methods
     NameDescription
    Public MethodAcivates this instance on the specified viewer. (Inherited from DicomMetadataTextOverlay)
    Public MethodCreates a new TextOverlay that is a copy of the current instance. (Inherited from TextOverlay)
    Public MethodCopies the state of the current object to the target object.
    Public MethodDeactivates this instance. (Inherited from DicomMetadataTextOverlay)
    Public MethodReturns a System.String that represents this instance. (Inherited from TextOverlay)
    Public MethodUpdates the text of the text overlay.
    Protected Methods
     NameDescription
    Protected MethodChecks that text format is correct.
    Protected MethodReturns the data element metadata for viewing in text overlay.
    Protected MethodReturns the data element metadata as string.
    Protected MethodReturns the DICOM frame metadata from visual tool. (Inherited from DicomMetadataTextOverlay)
    Protected MethodReturns the text of text overlay from DICOM frame metadata.
    Protected MethodRaises the PropertyChanged event. (Inherited from TextOverlay)
    Protected MethodSets the text. (Inherited from DicomViewerToolTextOverlay)
    Public Events
     NameDescription
    Public EventOccurs when the property is changed. (Inherited from TextOverlay)
    See Also