PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / SystemTags Property

In This Topic
    SystemTags Property (C1PrintDocument)
    In This Topic
    Gets the collection of system tags (objects derived from TagSys) associated with the current document.
    Syntax
    'Declaration
     
    Public ReadOnly Property SystemTags As SystemTagCollection
    public SystemTagCollection SystemTags {get;}
    See Also