DicomObjects Reference
DicomObjects Reference / DicomLabel Object / Font Property
In This Topic
    Font Property
    In This Topic
    Description
    Font for text
    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property Font As IFont
    Remarks
    This property is only relevant where LabelType is doLabelText or doLabelSpecial.
    As of version 4.1, this is the primary method to set the font for text labels.
    FontName and FontSize remain for backwards compatibility, but are now just shortcuts to the Font.Name and Font.Size sub-properties.
    See Also