TypeV2
public enum TypeV2
                The V2 document’s type. Used when creating documents in multipage mode.
- 
                  
                  
Partial document, consisting of pdf/image/qrCode data
Declaration
Swift
case partial(Data) - 
                  
                  
Composite document, made of partial documents
Declaration
Swift
case composite(CompositeDocumentInfo) 
    
        
            View on GitHub
          
      TypeV2 Enumeration Reference