Show / Hide Table of Contents

Class DocumentFiles

The document files properties include document name, page count.

Inheritance
System.Object
DocumentFiles
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class DocumentFiles : object

Constructors

| Improve this Doc View Source

DocumentFiles(String, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the DocumentFiles class.

Declaration
public DocumentFiles(string documentName = null, int? order = null, int? pageCount = null)
Parameters
Type Name Description
System.String documentName

Gets or Sets DocumentName..

System.Nullable<System.Int32> order

Gets or Sets Order..

System.Nullable<System.Int32> pageCount

Gets or Sets PageCount..

Properties

| Improve this Doc View Source

DocumentName

Gets or Sets DocumentName.

Declaration
public string DocumentName { get; set; }
Property Value
Type Description
System.String

Gets or Sets DocumentName.

| Improve this Doc View Source

Order

Gets or Sets Order of signers.

Declaration
public int? Order { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Gets or Sets Order.

| Improve this Doc View Source

PageCount

Gets or Sets PageCount for a document file.

Declaration
public int? PageCount { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Gets or Sets PageCount.

Methods

| Improve this Doc View Source

ToJson()

Returns the JSON string presentation of the object

Declaration
public virtual string ToJson()
Returns
Type Description
System.String

JSON string presentation of the object

  • Improve this Doc
  • View Source
In This Article
Back to top Copyright 2001-2021 Syncfusion Inc.
All Rights Reserved