Name | Description | |
---|---|---|
![]() ![]() | fpGb |
The following tables list the members exposed by NDocumentFormatBase.
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. |
Name | Description | |
---|---|---|
![]() | LoadFromStreamAsync | Loads a document from the specified stream. |
![]() | SaveToStreamAsync | Saves the specified document to stream |