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

In This Topic
    DocumentInfo Property (SampleC1PrintDocument)
    In This Topic
    Gets or sets the C1.C1Preview.C1PrintDocument.DocumentInfo object containing the information about the current document (such as author, company, and so on).
    Syntax
    'Declaration
     
    Public Property DocumentInfo As DocumentInfo
    public DocumentInfo DocumentInfo {get; set;}
    See Also