Unimaze Software creates Components and Services for Messege Transport and Message Handling B2B electronic documents for third parties based on International and European standards.
System Object
Unimaze.Composer.Tools.Elements Document
Namespace: Unimaze.Composer.Tools.Elements
Assembly: Unimaze.Composer.Tools (in Unimaze.Composer.Tools.dll) Version: 2.2.200.0 (2.2.0.23)
Top
Top
Top
A document attachment
Inheritance Hierarchy
Unimaze.Composer.Tools.Elements Document
Namespace: Unimaze.Composer.Tools.Elements
Assembly: Unimaze.Composer.Tools (in Unimaze.Composer.Tools.dll) Version: 2.2.200.0 (2.2.0.23)
Syntax
The Document type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Document |
Create a document instance
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetBase64Document |
Get the document as a base64 document
| |
| GetBinaryDocument |
Get the document as a binary buffer
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetReferenceUrl |
Gets the reference URL.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| SetAsBase64Document |
Set the document instance with string data.
| |
| SetAsBinaryDocument |
Set the document instance with binary data
| |
| SetAsExternalReference |
Set tje document instance based on an external reference
| |
| SetAsTextDocumentFromBinary |
Set the document instance as text document from binary data
| |
| SetAsTextDocumentFromString | ||
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| ContentEncoding |
The MIME encoding
| |
| ContentType |
The MIME encoding
| |
| FileExtension |
The file extension, e.g. 'pdf'
| |
| Id |
Reference number of the document
| |
| Name |
Gets the descriptive name of the document
|
See Also