Margins Structure

Aspose.Note for .NET API

Margins Structure

Specifies the dimensions of the margins of a node.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public struct Margins
Public Structure Margins
public value class Margins
[<SealedAttribute>]
type Margins =  struct end

The Margins type exposes the following members.

Constructors
  NameDescription
Public methodMargins
Initializes a new instance of the Margins struct with the specified left, right, top, and bottom margins.
Top
Properties
  NameDescription
Public propertyBottom
Gets or sets the bottom margin width.
Public propertyLeft
Gets or sets the left margin width.
Public propertyRight
Gets or sets the right margin width.
Public propertyTop
Gets or sets the top margin width.
Top
Methods
  NameDescription
Public methodEquals
Tests whether two Margins structures are equal.
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Tests whether two Margins structures are equal.
Public operatorStatic memberInequality
Tests whether two Margins structures are not equal.
Top
Fields
  NameDescription
Public fieldStatic memberEmpty
The empty margins.
Top
See Also