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

In This Topic
    Tags Property (C1PrintDocument)
    In This Topic
    Gets the TagCollection representing the collection of user-defined Tag objects in the current document.
    Syntax
    'Declaration
     
    Public ReadOnly Property Tags As TagCollection
    public TagCollection Tags {get;}
    See Also