PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1MultiDocument Class / StoragePath Property

In This Topic
    StoragePath Property (C1MultiDocument)
    In This Topic
    Gets the temporary directory used by the current multi-document if its temporary storage type is StorageType.Disk.
    Syntax
    'Declaration
     
    Public ReadOnly Property StoragePath As String
    public string StoragePath {get;}
    See Also