PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.6 Assembly / C1.Win.C1Preview.Design Namespace / SampleC1PrintDocument Class / EditTags Method

In This Topic
    EditTags Method (SampleC1PrintDocument)
    In This Topic
    Shows the tags input dialog, allows the user to enter/update the values of C1.C1Preview.Tag objects contained in the C1.C1Preview.C1PrintDocument.Tags collection.
    Syntax
    'Declaration
     
    Public Function EditTags() As Boolean
    public bool EditTags()

    Return Value

    True if document contains editable tags and the user accepted the dialog, false otherwise.
    See Also