alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class SectionFormatProperties

    Defines the section format properties of document editor.

    Inheritance
    object
    SectionFormatProperties
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved