ExportedDocument Constructors
| Name | Parameters | Description |
|---|---|---|
| ExportedDocument() | none | Initializes a new instance of the ExportedDocument class. |
| ExportedDocument(Byte[], String, String, String) | bytes, contentType, fileName, contentDisposition | Initializes a new instance of the ExportedDocument class with specified settings. |
| ExportedDocument(Byte[], String, String) | bytes, contentType, fileName | Initializes a new instance of the ExportedDocument class with specified settings. |
See Also