NDocumentFormatBase Class Members
In This Topic
The following tables list the members exposed by NDocumentFormatBase.
Protected Fields
| Name | Description |
  | lQGb | |
Top
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
Public Methods
See Also