PageInfo Class
Represents the page information.
Inheritance Hierarchy
SystemObject
  Aspose.PdfPageInfo

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public sealed class PageInfo : ICloneable

The PageInfo type exposes the following members.

Constructors
  NameDescription
Public methodPageInfo
Initializes a new instance of the PageInfo class
Properties
  NameDescription
Public propertyDefaultTextState
Gets or sets default font.
Public propertyHeight
Gets or sets page height.
Public propertyIsLandscape
Gets or sets is page landscaped.
Public propertyMargin
Gets or sets page margin.
Public propertyPureHeight
Gets or sets page pure height without margins.
Public propertyWidth
Gets or sets page width.
Methods
  NameDescription
Public methodClone
Clone page info.
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also