Skip to main content
A newer version of this page is available. .
All docs
V23.1

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