Margins Class
This class represents margins of an image.
Inheritance Hierarchy
SystemObject
  Aspose.Pdf.DevicesMargins

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

The Margins type exposes the following members.

Constructors
  NameDescription
Public methodMargins
Initializes a new instance of the Margins class.
Public methodMargins(Int32, Int32, Int32, Int32)
Initializes a new instance of the Margins 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.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also