Class DocProperties
Represents document properties
Inheritance
System.Object
    DocProperties
  Inherited Members
      System.Object.Equals(System.Object)
    
      System.Object.Equals(System.Object, System.Object)
    
      System.Object.GetHashCode()
    
      System.Object.GetType()
    
      System.Object.MemberwiseClone()
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
      System.Object.ToString()
    
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public class DocPropertiesProperties
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. |