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

Specifies the area in which a date stamp is placed. This parameter uses pixel positioning to draw a rectangle at the center of the stamp area. The stamp is superimposed on top of this central area. This property contains the following information about the central rectangle: - `DateAreaX`: The X axis position of the top-left corner. - `DateAreaY`: The Y axis position of the top-left corner. - `DateAreaWidth`: The width of the rectangle. - `DateAreaHeight`: The height of the rectangle. More...

Inheritance diagram for DocuSign.eSign.Model.DateStampProperties:

Public Member Functions

 DateStampProperties (string DateAreaHeight=default(string), string DateAreaWidth=default(string), string DateAreaX=default(string), string DateAreaY=default(string))
 Initializes a new instance of the DateStampProperties 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 (DateStampProperties other)
 Returns true if DateStampProperties instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
IEnumerable< ValidationResult > Validate (ValidationContext validationContext)
 

Properties

string DateAreaHeight [get, set]
 Gets or Sets DateAreaHeight More...
 
string DateAreaWidth [get, set]
 Gets or Sets DateAreaWidth More...
 
string DateAreaX [get, set]
 Gets or Sets DateAreaX More...
 
string DateAreaY [get, set]
 Gets or Sets DateAreaY More...
 

Detailed Description

Specifies the area in which a date stamp is placed. This parameter uses pixel positioning to draw a rectangle at the center of the stamp area. The stamp is superimposed on top of this central area. This property contains the following information about the central rectangle: - &#x60;DateAreaX&#x60;: The X axis position of the top-left corner. - &#x60;DateAreaY&#x60;: The Y axis position of the top-left corner. - &#x60;DateAreaWidth&#x60;: The width of the rectangle. - &#x60;DateAreaHeight&#x60;: The height of the rectangle.

Constructor & Destructor Documentation

◆ DateStampProperties()

DocuSign.eSign.Model.DateStampProperties.DateStampProperties ( string  DateAreaHeight = default(string),
string  DateAreaWidth = default(string),
string  DateAreaX = default(string),
string  DateAreaY = default(string) 
)
inline

Initializes a new instance of the DateStampProperties class.

Parameters
DateAreaHeightDateAreaHeight.
DateAreaWidthDateAreaWidth.
DateAreaXDateAreaX.
DateAreaYDateAreaY.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if DateStampProperties instances are equal

Parameters
otherInstance of DateStampProperties to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ DateAreaHeight

string DocuSign.eSign.Model.DateStampProperties.DateAreaHeight
getset

Gets or Sets DateAreaHeight

◆ DateAreaWidth

string DocuSign.eSign.Model.DateStampProperties.DateAreaWidth
getset

Gets or Sets DateAreaWidth

◆ DateAreaX

string DocuSign.eSign.Model.DateStampProperties.DateAreaX
getset

Gets or Sets DateAreaX

◆ DateAreaY

string DocuSign.eSign.Model.DateStampProperties.DateAreaY
getset

Gets or Sets DateAreaY


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