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

In This Topic
    DocumentFileName Property (SampleC1PrintDocument)
    In This Topic
    Gets the file name associated with the current document (i.e. the document was either loaded from that file, or saved to it).
    Syntax
    'Declaration
     
    Public ReadOnly Property DocumentFileName As String
    public string DocumentFileName {get;}
    See Also