Click or drag to resize

DocumentInfo Class

Description of document for signing.
Inheritance Hierarchy
SystemObject
  ASDSoft.WebSigner.Server.ContentDocumentInfo

Namespace:  ASDSoft.WebSigner.Server.Content
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
[SerializableAttribute]
public class DocumentInfo

The DocumentInfo type exposes the following members.

Constructors
  NameDescription
Public methodDocumentInfo(Byte, String)
Secondary constructor for help provide binary data of document without stream.
Public methodDocumentInfo(Stream, String)
Primary recommended constructor.
Top
Properties
  NameDescription
Public propertyContentType
Media type of document used for downloading document in browser, for example application/pdf for PDF document.
Public propertyHasData
Indicates, that document for signing is filled.
Top
Methods
  NameDescription
Public methodOpenRead
Open stream for read original document for signing.
Top
See Also