Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Show in webframe

MimeType Property (CreateDocumentOptions)






MIME type of the new document.
Syntax
public string MimeType {get; set;}
'Declaration
 
Public Property MimeType As String
'Usage
 
Dim instance As CreateDocumentOptions
Dim value As String
 
instance.MimeType = value
 
value = instance.MimeType
public String getMimeType()
public void setMimeType(String value)
            
public:
property String^ MimeType {
   String^ get();
   void set (    String^ value);
}

Property Value

The MIME type of the new document. Default value is null.
Remarks

This value will be set as is into the Document.MimeType property.

For more information on creating documents, refer to DocumentFactory.Create.

Example

For an example, refer to DocumentFactory.Create.

Requirements

Target Platforms

See Also

Reference

CreateDocumentOptions Class
CreateDocumentOptions Members

Error processing SSI file
   Leadtools.Documents requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features