menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DocProperties - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DocProperties

    Represents document properties

    Inheritance
    System.Object
    DocProperties
    Namespace: Syncfusion.DocIO.DLS
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public class DocProperties : Object

    Properties

    FormFieldShading

    Gets or sets a value indicating whether to apply shading on form fields.

    Declaration
    public bool FormFieldShading { get; set; }
    Property Value
    Type Description
    System.Boolean

    True if form field shading is applied, otherwise false.

    Hyphenation

    Gets the hyphenation settings of the document. Read-only.

    Declaration
    public Hyphenation Hyphenation { get; }
    Property Value
    Type Description
    Hyphenation

    The Hyphenation that specifies the document hyphenation settings.

    Version

    Gets the document version. Read-only.

    Declaration
    public DocumentVersion Version { get; }
    Property Value
    Type Description
    DocumentVersion

    The DocumentVersion member that specifies the document version.

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