Click or drag to resize

MarginsF Class

Inheritance Hierarchy
System Object
Spire.Doc OwnerHolder
Spire.Doc.Documents MarginsF

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public sealed class MarginsF : OwnerHolder

The MarginsF type exposes the following members.

Constructors
Name Description
Public method MarginsF
Initializes a new instance of the MarginsF class
Public method MarginsF(Single, Single, Single, Single)
Initializes a new instance of the MarginsF class
Top
Properties
Name Description
Public property All
Public property Bottom
Public property Document
Gets the document.
(Inherited from OwnerHolder .)
Public property Left
Public property Right
Public property Top
Top
Methods
Name Description
Public method Clone
Public method Equals(Object) (Overrides Object Equals(Object) .)
Public method Equals(MarginsF)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also