menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DocumentAdv - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DocumentAdv

    Inheritance
    System.Object
    DocumentAdv
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.RichTextBoxAdv.WPF.dll
    Syntax
    public class DocumentAdv : DependencyObject

    Constructors

    DocumentAdv()

    Declaration
    public DocumentAdv()

    Fields

    PageContentMarginProperty

    Registers page content margin dependency property

    Declaration
    public static readonly DependencyProperty PageContentMarginProperty
    Field Value
    Type
    System.Windows.DependencyProperty

    Properties

    PageContentMargin

    Gets or Sets the page content margin

    Declaration
    public Thickness PageContentMargin { get; set; }
    Property Value
    Type
    System.Windows.Thickness

    Sections

    It returns the sections collection.

    Declaration
    public BlockCollection<SectionAdv> Sections { get; }
    Property Value
    Type
    BlockCollection<SectionAdv>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved