FixedLayoutDocumentInfo

FixedLayoutDocumentInfo structure

Represents metadata of one document with fixed layout format like PDF or XPS

public struct FixedLayoutDocumentInfo : IDocumentInfo

Properties

Name Description
Format { get; } Returns a format of this fixed-layout format document
IsEncrypted { get; } Determines whether this specific fixed-layout format document in encrypted and requires password for opening
PageCount { get; } Returns number of pages
Size { get; } Returns size in bytes of this fixed-layout format document

Methods

Name Description
Equals(FixedLayoutDocumentInfo) Determines whether this instance is equal to the other specified FixedLayoutDocumentInfo instance

See Also