| DocumentInfo Constructor (Byte, String) |
Secondary constructor for help provide binary data of document without stream.
Namespace:
ASDSoft.WebSigner.Server.Content
Assembly:
ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax public DocumentInfo(
byte[] documentData,
string contentType
)
Parameters
- documentData
- Type: SystemByte
Binary data of document. - contentType
- Type: SystemString
Media type of document used for downloading document in browser, for example application/pdf for PDF document.
See Also