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

SmartSectionAnchorPosition More...

Inheritance diagram for DocuSign.eSign.Model.SmartSectionAnchorPosition:

Public Member Functions

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

Properties

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

Detailed Description

SmartSectionAnchorPosition

Constructor & Destructor Documentation

◆ SmartSectionAnchorPosition()

DocuSign.eSign.Model.SmartSectionAnchorPosition.SmartSectionAnchorPosition ( int?  PageNumber = default(int?),
double?  XPosition = default(double?),
double?  YPosition = default(double?) 
)
inline

Initializes a new instance of the SmartSectionAnchorPosition class.

Parameters
PageNumberSpecifies the page number on which the tab is located..
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.SmartSectionAnchorPosition.Equals ( object  obj)
inline

Returns true if objects are equal

Parameters
objObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if SmartSectionAnchorPosition instances are equal

Parameters
otherInstance of SmartSectionAnchorPosition to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ PageNumber

int DocuSign.eSign.Model.SmartSectionAnchorPosition.PageNumber
getset

Specifies the page number on which the tab is located.

Specifies the page number on which the tab is located.

◆ XPosition

double DocuSign.eSign.Model.SmartSectionAnchorPosition.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

double DocuSign.eSign.Model.SmartSectionAnchorPosition.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: