PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1MultiDocument Class / SetStorage Method / SetStorage(StorageType) Method
The new storage type to use.

In This Topic
    SetStorage(StorageType) Method
    In This Topic
    Sets the temporary storage type used by the current multi-document. Note that document items are actually moved from old storage to new by this method.
    Syntax
    'Declaration
     
    Public Overloads Sub SetStorage( _
       ByVal storageType As StorageType _
    ) 
    public void SetStorage( 
       StorageType storageType
    )

    Parameters

    storageType
    The new storage type to use.
    See Also