DocuSign CSharp Docs
Public Member Functions | Properties | List of all members
DocuSign.eSign.Model.Page Class Reference

Description of a page of a document. More...

Inheritance diagram for DocuSign.eSign.Model.Page:

Public Member Functions

 Page (string Dpi=default(string), ErrorDetails ErrorDetails=default(ErrorDetails), string Height=default(string), string ImageBytes=default(string), string MimeType=default(string), string PageId=default(string), string Sequence=default(string), string Width=default(string))
 Initializes a new instance of the Page class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object obj)
 Returns true if objects are equal More...
 
bool Equals (Page other)
 Returns true if Page instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string Dpi [get, set]
 The number of dots per inch used for the page image. More...
 
ErrorDetails ErrorDetails [get, set]
 Array or errors. More...
 
string Height [get, set]
 Height of the tab in pixels. More...
 
string ImageBytes [get, set]
 Gets or Sets ImageBytes More...
 
string MimeType [get, set]
 Gets or Sets MimeType More...
 
string PageId [get, set]
 Gets or Sets PageId More...
 
string Sequence [get, set]
 Gets or Sets Sequence More...
 
string Width [get, set]
 Width of the tab in pixels. More...
 

Detailed Description

Description of a page of a document.

Constructor & Destructor Documentation

◆ Page()

DocuSign.eSign.Model.Page.Page ( string  Dpi = default(string),
ErrorDetails  ErrorDetails = default(ErrorDetails),
string  Height = default(string),
string  ImageBytes = default(string),
string  MimeType = default(string),
string  PageId = default(string),
string  Sequence = default(string),
string  Width = default(string) 
)
inline

Initializes a new instance of the Page class.

Parameters
DpiThe number of dots per inch used for the page image..
ErrorDetailsArray or errors..
HeightHeight of the tab in pixels..
ImageBytesImageBytes.
MimeTypeMimeType.
PageIdPageId.
SequenceSequence.
WidthWidth of the tab in pixels..

Member Function Documentation

◆ Equals() [1/2]

override bool DocuSign.eSign.Model.Page.Equals ( object  obj)
inline

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

bool DocuSign.eSign.Model.Page.Equals ( Page  other)
inline

Returns true if Page instances are equal

Parameters
otherInstance of Page to be compared
Returns
Boolean

◆ GetHashCode()

override int DocuSign.eSign.Model.Page.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

string DocuSign.eSign.Model.Page.ToJson ( )
inline

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string DocuSign.eSign.Model.Page.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Dpi

string DocuSign.eSign.Model.Page.Dpi
getset

The number of dots per inch used for the page image.

The number of dots per inch used for the page image.

◆ ErrorDetails

ErrorDetails DocuSign.eSign.Model.Page.ErrorDetails
getset

Array or errors.

Array or errors.

◆ Height

string DocuSign.eSign.Model.Page.Height
getset

Height of the tab in pixels.

Height of the tab in pixels.

◆ ImageBytes

string DocuSign.eSign.Model.Page.ImageBytes
getset

Gets or Sets ImageBytes

◆ MimeType

string DocuSign.eSign.Model.Page.MimeType
getset

Gets or Sets MimeType

◆ PageId

string DocuSign.eSign.Model.Page.PageId
getset

Gets or Sets PageId

◆ Sequence

string DocuSign.eSign.Model.Page.Sequence
getset

Gets or Sets Sequence

◆ Width

string DocuSign.eSign.Model.Page.Width
getset

Width of the tab in pixels.

Width of the tab in pixels.


The documentation for this class was generated from the following file: