Page Class
Represents a page object is used for configuration output page. The lacuna value for page size is A4(210x297mm)
Inheritance Hierarchy
SystemObject
  Aspose.Svg.DrawingPage

Namespace: Aspose.Svg.Drawing
Assembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntax
public class Page

The Page type exposes the following members.

Constructors
  NameDescription
Public methodPage
Initializes a new instance of the Page class.
Public methodPage(Margin)
Initializes a new instance of the Page class.
Public methodPage(Size)
Initializes a new instance of the Page class.
Public methodPage(Size, Margin)
Initializes a new instance of the Page class.
Properties
  NameDescription
Public propertyMargin
Gets or sets the page margin.
Public propertySize
Gets or sets the page size.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also