MarkdownDocumentInfo
Leave feedback
On this page
Represents metadata of one Markdown document
public struct MarkdownDocumentInfo : IDocumentInfo, IEquatable<MarkdownDocumentInfo>
| Name | Description |
|---|---|
| Format { get; } | Returns a format of this Markdown document — always is Md |
| IsEncrypted { get; } | Because Markdown documents cannot be encrypted with password, this property always returns ``false`' |
| PageCount { get; } | 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 { get; } | Returns size in bytes of this Markdown document |
| Name | Description |
|---|---|
| Equals(MarkdownDocumentInfo) | Determines whether this instance is equal to the other specified MarkdownDocumentInfo instance. |
- interface IDocumentInfo
- namespace GroupDocs.Editor.Metadata
- assembly GroupDocs.Editor
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.