Class SectionFormatProperties
Defines the section format properties of document editor.
Inheritance
System.Object
SectionFormatProperties
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public class SectionFormatProperties : Object
Constructors
SectionFormatProperties()
Declaration
public SectionFormatProperties()
Properties
BottomMargin
Defines the bottom margin of the page.
Declaration
public double BottomMargin { get; set; }
Property Value
Type |
---|
System.Double |
FooterDistance
Defines the footer distance.
Declaration
public double FooterDistance { get; set; }
Property Value
Type |
---|
System.Double |
HeaderDistance
Defines the header distance.
Declaration
public double HeaderDistance { get; set; }
Property Value
Type |
---|
System.Double |
LeftMargin
Defines the left margin of the page.
Declaration
public double LeftMargin { get; set; }
Property Value
Type |
---|
System.Double |
PageHeight
Defines the page height.
Declaration
public double PageHeight { get; set; }
Property Value
Type |
---|
System.Double |
PageWidth
Defines the page width.
Declaration
public double PageWidth { get; set; }
Property Value
Type |
---|
System.Double |
RightMargin
Defines the right margin of the page.
Declaration
public double RightMargin { get; set; }
Property Value
Type |
---|
System.Double |
TopMargin
Defines the top margin of the page.
Declaration
public double TopMargin { get; set; }
Property Value
Type |
---|
System.Double |
Methods
Equals(SectionFormatProperties)
Indicates whether the current object is equal to another object of the same type.
Declaration
public bool Equals(SectionFormatProperties sectionFormatProperties)
Parameters
Type | Name | Description |
---|---|---|
SectionFormatProperties | sectionFormatProperties | An SectionFormatProperties to compare. |
Returns
Type | Description |
---|---|
System.Boolean | true if the current object is equal to the other parameter; otherwise, false. |