PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.Forms Namespace / TagsInputForm Class / Document Property

In This Topic
    Document Property (TagsInputForm)
    In This Topic
    Gets the C1.C1Preview.C1PrintDocument which is the owner of the tags that are edited.
    Syntax
    'Declaration
     
    Public ReadOnly Property Document As C1PrintDocument
    public C1PrintDocument Document {get;}
    See Also