TextualDocumentInfo

TextualDocumentInfo structure

Represents metadata of one textual document like XML, HTML or plain text (TXT)

public struct TextualDocumentInfo : IDocumentInfo

Properties

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

See Also