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

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