Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SectionFormatProperties - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SectionFormatProperties

    Defines the section format properties of document editor

    Inheritance
    System.Object
    SectionFormatProperties
    Namespace: Syncfusion.Blazor.DocumentEditor
    Assembly: Syncfusion.Blazor.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 Description
    System.Double

    FooterDistance

    Defines the footer distance.

    Declaration
    public double FooterDistance { get; set; }
    Property Value
    Type Description
    System.Double

    HeaderDistance

    Defines the header distance.

    Declaration
    public double HeaderDistance { get; set; }
    Property Value
    Type Description
    System.Double

    LeftMargin

    Defines the left margin of the page.

    Declaration
    public double LeftMargin { get; set; }
    Property Value
    Type Description
    System.Double

    PageHeight

    Defines the page height.

    Declaration
    public double PageHeight { get; set; }
    Property Value
    Type Description
    System.Double

    PageWidth

    Defines the page width.

    Declaration
    public double PageWidth { get; set; }
    Property Value
    Type Description
    System.Double

    RightMargin

    Defines the right margin of the page.

    Declaration
    public double RightMargin { get; set; }
    Property Value
    Type Description
    System.Double

    TopMargin

    Defines the top margin of the page.

    Declaration
    public double TopMargin { get; set; }
    Property Value
    Type Description
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved