PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.Export Namespace / C1dExporter Class / DocumentInfo Property

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