PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.Export Namespace / C1dbExporter Class / DocumentInfo Property

In This Topic
    DocumentInfo Property (C1dbExporter)
    In This Topic
    Gets or sets the DocumentInfo object associated with the Document assigned to the current exporter.
    Syntax
    'Declaration
     
    Public Property DocumentInfo As DocumentInfo
    public DocumentInfo DocumentInfo {get; set;}
    See Also