WordProcessingDocumentInfo

WordProcessingDocumentInfo structure

Represents metadata of one WordProcessing document

public struct WordProcessingDocumentInfo : IDocumentInfo, IEquatable<WordProcessingDocumentInfo>

Properties

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

Methods

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

See Also