Class PdfPaddings
Inheritance
System.Object
PdfPaddings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ.Export
Assembly: Syncfusion.EJ.Export.dll
Syntax
public class PdfPaddings
Constructors
PdfPaddings()
Initializes a new instance of the PdfPaddings class.
Declaration
public PdfPaddings()
PdfPaddings(Single, Single, Single, Single)
Initializes a new instance of the PdfPaddings class.
Declaration
public PdfPaddings(float left, float right, float top, float bottom)
Parameters
Type | Name | Description |
---|---|---|
System.Single | left | The left. |
System.Single | right | The right. |
System.Single | top | The top. |
System.Single | bottom | The bottom. |
Properties
All
Sets all.
Declaration
public float All { set; }
Property Value
Type | Description |
---|---|
System.Single | All. |
Bottom
Gets or sets the bottom.
Declaration
public float Bottom { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The bottom. |
Left
Gets or sets the left.
Declaration
public float Left { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The left. |
Right
Gets or sets the right.
Declaration
public float Right { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The right. |
Top
Gets or sets the top.
Declaration
public float Top { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The top. |