Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents Namespace > CreateDocumentOptions Class : MimeType Property |
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)
This value will be set as is into the Document.MimeType property.
For more information on creating documents, refer to DocumentFactory.Create.
For an example, refer to DocumentFactory.Create.