1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for .NET
  4. /
  5. GroupDocs.Parser.Options
  6. /
  7. PageInfo

PageInfo

PageInfo class

Represents the document page information.

public sealed class PageInfo

Properties

Name Description
Height { get; } Gets the page height.
PageNumber { get; } Gets the page number.
Width { get; } Gets the page width.

See Also