Class SectionFormatProperties
Defines the section format properties of document editor.
Inherited Members
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public class SectionFormatProperties
Constructors
SectionFormatProperties()
Declaration
public SectionFormatProperties()
Properties
BottomMargin
Defines the bottom margin of the page.
Declaration
[JsonPropertyName("bottomMargin")]
public double BottomMargin { get; set; }
Property Value
| Type |
|---|
| double |
FooterDistance
Defines the footer distance.
Declaration
[JsonPropertyName("footerDistance")]
public double FooterDistance { get; set; }
Property Value
| Type |
|---|
| double |
HeaderDistance
Defines the header distance.
Declaration
[JsonPropertyName("headerDistance")]
public double HeaderDistance { get; set; }
Property Value
| Type |
|---|
| double |
LeftMargin
Defines the left margin of the page.
Declaration
[JsonPropertyName("leftMargin")]
public double LeftMargin { get; set; }
Property Value
| Type |
|---|
| double |
PageHeight
Defines the page height.
Declaration
[JsonPropertyName("pageHeight")]
public double PageHeight { get; set; }
Property Value
| Type |
|---|
| double |
PageWidth
Defines the page width.
Declaration
[JsonPropertyName("pageWidth")]
public double PageWidth { get; set; }
Property Value
| Type |
|---|
| double |
RightMargin
Defines the right margin of the page.
Declaration
[JsonPropertyName("rightMargin")]
public double RightMargin { get; set; }
Property Value
| Type |
|---|
| double |
TopMargin
Defines the top margin of the page.
Declaration
[JsonPropertyName("topMargin")]
public double TopMargin { get; set; }
Property Value
| Type |
|---|
| double |