1. GroupDocs.Annotation
  2. /
  3. GroupDocs.Annotation for .NET
  4. /
  5. GroupDocs.Annotation.Models
  6. /
  7. Struct PageInfo

Struct PageInfo

PageInfo structure

Class that defines Document Page Information.

public struct PageInfo

Constructors

Name Description
PageInfo(int, int) Initializes new instance of PageInfo class.

Properties

Name Description
Height { get; set; } Page height
PageNumber { get; set; } Page number
TextLines { get; set; } Collection of text lines information
Width { get; set; } Page width

See Also