DocumentSet.Export method
Packages and exports a DocumentSet object as a byte array.
Overload list
Name | Description | |
---|---|---|
Export() | Packages and exports a DocumentSet object as a single compressed file. | |
Export(Stream) | Packages and exports a DocumentSet object. | |
Export(Stream, UInt32) | Packages and exports a DocumentSet object as a single compressed file. |
Top
Remarks
For use with streams, use an overload with a Stream parameter.