TextualDocumentInfo
Leave feedback
On this page
Represents metadata of one textual document like XML, HTML or plain text (TXT)
public struct TextualDocumentInfo : IDocumentInfo
| Name | Description |
|---|---|
| Encoding { get; } | Returns detected presumable encoding of the text document |
| Format { get; } | Returns a format of this textual document. May be not 100% correct in some cases. |
| IsEncrypted { get; } | Always returns false, as textual documents cannot be encrypted |
| PageCount { get; } | Always returns 1 |
| Size { get; } | Returns size in bytes (not the number of characters) of this textual document |
- 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.