Margin Class
Represents page margin.
Inheritance Hierarchy
SystemObject
  Aspose.Svg.DrawingMargin

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

The Margin type exposes the following members.

Constructors
  NameDescription
Public methodMargin
Initializes a new instance of the Margin class.
Public methodMargin(Int32)
Initializes a new instance of the Margin class.
Public methodMargin(Length)
Initializes a new instance of the Margin class.
Public methodMargin(Int32, Int32, Int32, Int32)
Initializes a new instance of the Margin class.
Public methodMargin(Length, Length, Length, Length)
Initializes a new instance of the Margin class.
Properties
  NameDescription
Public propertyBottom
Gets or sets the bottom.
Public propertyLeft
Gets or sets the left.
Public propertyRight
Gets or sets the right.
Public propertyTop
Gets or sets the top.
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