PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / StorageType Enumeration

In This Topic
    StorageType Enumeration
    In This Topic
    Specifies the type of temporary storage used by C1MultiDocument.
    Syntax
    'Declaration
     
    Public Enum StorageType 
       Inherits System.Enum
    public enum StorageType : System.Enum 
    Members
    MemberDescription
    DiskStore document items on disk.
    MemoryStore document items in memory.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Preview.StorageType

    See Also