NDocumentFormatBase Class Properties
In This Topic
For a list of all members of this type, see NDocumentFormatBase members.
Public Properties
| | Name | Description |
 | CanLoad | Returns true if the format can load a document from stream. |
 | CanSave | Returns true if the format can save a document to a stream. |
 | Extensions | Gets the file extensions this format can have without the dot. For example: "docx", "html", "pdf", "rtf", etc. |
 | FileSignature | Gets the file signature of this document format. |
 | Mime | Gets the mime type. |
 | Name | Gets the name of the format. |
Top
See Also