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

MatchBox More...

Inheritance diagram for DocuSign.eSign.Model.MatchBox:

Public Member Functions

 MatchBox (string Height=default(string), string PageNumber=default(string), string Width=default(string), string XPosition=default(string), string YPosition=default(string))
 Initializes a new instance of the MatchBox 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 (MatchBox other)
 Returns true if MatchBox instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string Height [get, set]
 Height of the tab in pixels. More...
 
string PageNumber [get, set]
 Specifies the page number on which the tab is located. More...
 
string Width [get, set]
 Width of the tab in pixels. More...
 
string XPosition [get, set]
 This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position. More...
 
string YPosition [get, set]
 This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position. More...
 

Detailed Description

MatchBox

Constructor & Destructor Documentation

◆ MatchBox()

DocuSign.eSign.Model.MatchBox.MatchBox ( string  Height = default(string),
string  PageNumber = default(string),
string  Width = default(string),
string  XPosition = default(string),
string  YPosition = default(string) 
)
inline

Initializes a new instance of the MatchBox class.

Parameters
HeightHeight of the tab in pixels..
PageNumberSpecifies the page number on which the tab is located..
WidthWidth of the tab in pixels..
XPositionThis indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position..
YPositionThis indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if MatchBox instances are equal

Parameters
otherInstance of MatchBox to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Height

string DocuSign.eSign.Model.MatchBox.Height
getset

Height of the tab in pixels.

Height of the tab in pixels.

◆ PageNumber

string DocuSign.eSign.Model.MatchBox.PageNumber
getset

Specifies the page number on which the tab is located.

Specifies the page number on which the tab is located.

◆ Width

string DocuSign.eSign.Model.MatchBox.Width
getset

Width of the tab in pixels.

Width of the tab in pixels.

◆ XPosition

string DocuSign.eSign.Model.MatchBox.XPosition
getset

This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position.

This indicates the horizontal offset of the object on the page. DocuSign uses 72 DPI when determining position.

◆ YPosition

string DocuSign.eSign.Model.MatchBox.YPosition
getset

This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position.

This indicates the vertical offset of the object on the page. DocuSign uses 72 DPI when determining position.


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