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

In This Topic
    UsageInfo Property (SampleC1PrintDocument)
    In This Topic
    Gets the C1.C1Preview.C1PrintDocument.UsageInfo object containing information related to the current document's usage: date/time of generation, file name last used to save or load the document, and so on.
    Syntax
    'Declaration
     
    Public ReadOnly Property UsageInfo As UsageInfo
    public UsageInfo UsageInfo {get;}
    See Also