WordProcessingDocumentInfo
Leave feedback
On this page
Represents metadata of one WordProcessing document
public struct WordProcessingDocumentInfo : IDocumentInfo, IEquatable<WordProcessingDocumentInfo>
| Name | Description |
|---|---|
| Format { get; } | Returns a format of this WordProcessing document |
| IsEncrypted { get; } | Determines whether this specific WordProcessing document in encrypted and requires password for opening |
| PageCount { get; } | Returns number of pages |
| Size { get; } | Returns size in bytes of this WordProcessing document |
| Name | Description |
|---|---|
| Equals(WordProcessingDocumentInfo) | Determines whether this instance is equal to the other specified WordProcessingDocumentInfo instance |
| GeneratePreview(int) | Generates and returns a preview of the selected page in a form of SVG image |
- 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.