PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.8 Assembly / C1.Win.C1Preview.Design Namespace / SampleC1PrintDocument Class / SystemTags Property

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