MarkdownDocumentInfo Structure |
Namespace: GroupDocs.Editor.Metadata
The MarkdownDocumentInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | Format |
Returns a format of this Markdown document — always is Md |
![]() | IsEncrypted |
Because Markdown documents cannot be encrypted with password, this property always returns 'false'
|
![]() | PageCount |
Returns number of pages.
Markdown documents usually have no fixed pages and thus page count, so this number is calculated from standard page size set to A4 in portrait orientation.
|
![]() | Size |
Returns size in bytes of this Markdown document
|
Name | Description | |
---|---|---|
![]() | Equals |
Determines whether this instance is equal to the other specified MarkdownDocumentInfo instance.
|