Stamp
More...
|
| Stamp (string AdoptedDateTime=default(string), string CreatedDateTime=default(string), string CustomField=default(string), DateStampProperties DateStampProperties=default(DateStampProperties), string DisallowUserResizeStamp=default(string), ErrorDetails ErrorDetails=default(ErrorDetails), string ExternalID=default(string), string ImageBase64=default(string), string ImageType=default(string), string LastModifiedDateTime=default(string), string PhoneticName=default(string), string SignatureName=default(string), string StampFormat=default(string), string StampImageUri=default(string), string StampSizeMM=default(string), string Status=default(string)) |
| Initializes a new instance of the Stamp 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 (Stamp other) |
| Returns true if Stamp instances are equal More...
|
|
override int | GetHashCode () |
| Gets the hash code More...
|
|
IEnumerable< ValidationResult > | Validate (ValidationContext validationContext) |
|
|
string | AdoptedDateTime [get, set] |
| Gets or Sets AdoptedDateTime More...
|
|
string | CreatedDateTime [get, set] |
| Indicates the date and time the item was created. More...
|
|
string | CustomField [get, set] |
| Gets or Sets CustomField More...
|
|
DateStampProperties | DateStampProperties [get, set] |
| 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...
|
|
string | DisallowUserResizeStamp [get, set] |
| Gets or Sets DisallowUserResizeStamp More...
|
|
ErrorDetails | ErrorDetails [get, set] |
| Array or errors. More...
|
|
string | ExternalID [get, set] |
| Gets or Sets ExternalID More...
|
|
string | ImageBase64 [get, set] |
| Gets or Sets ImageBase64 More...
|
|
string | ImageType [get, set] |
| Gets or Sets ImageType More...
|
|
string | LastModifiedDateTime [get, set] |
| The date and time the item was last modified. More...
|
|
string | PhoneticName [get, set] |
| Gets or Sets PhoneticName More...
|
|
string | SignatureName [get, set] |
| Specifies the user signature name. More...
|
|
string | StampFormat [get, set] |
| Gets or Sets StampFormat More...
|
|
string | StampImageUri [get, set] |
| Gets or Sets StampImageUri More...
|
|
string | StampSizeMM [get, set] |
| Gets or Sets StampSizeMM More...
|
|
string | Status [get, set] |
| Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later. More...
|
|
◆ Stamp()
DocuSign.eSign.Model.Stamp.Stamp |
( |
string |
AdoptedDateTime = default(string) , |
|
|
string |
CreatedDateTime = default(string) , |
|
|
string |
CustomField = default(string) , |
|
|
DateStampProperties |
DateStampProperties = default(DateStampProperties) , |
|
|
string |
DisallowUserResizeStamp = default(string) , |
|
|
ErrorDetails |
ErrorDetails = default(ErrorDetails) , |
|
|
string |
ExternalID = default(string) , |
|
|
string |
ImageBase64 = default(string) , |
|
|
string |
ImageType = default(string) , |
|
|
string |
LastModifiedDateTime = default(string) , |
|
|
string |
PhoneticName = default(string) , |
|
|
string |
SignatureName = default(string) , |
|
|
string |
StampFormat = default(string) , |
|
|
string |
StampImageUri = default(string) , |
|
|
string |
StampSizeMM = default(string) , |
|
|
string |
Status = default(string) |
|
) |
| |
|
inline |
Initializes a new instance of the Stamp class.
- Parameters
-
AdoptedDateTime | AdoptedDateTime. |
CreatedDateTime | Indicates the date and time the item was created.. |
CustomField | CustomField. |
DateStampProperties | 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.. |
DisallowUserResizeStamp | DisallowUserResizeStamp. |
ErrorDetails | Array or errors.. |
ExternalID | ExternalID. |
ImageBase64 | ImageBase64. |
ImageType | ImageType. |
LastModifiedDateTime | The date and time the item was last modified.. |
PhoneticName | PhoneticName. |
SignatureName | Specifies the user signature name.. |
StampFormat | StampFormat. |
StampImageUri | StampImageUri. |
StampSizeMM | StampSizeMM. |
Status | Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.. |
◆ Equals() [1/2]
override bool DocuSign.eSign.Model.Stamp.Equals |
( |
object |
obj | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
- Returns
- Boolean
◆ Equals() [2/2]
bool DocuSign.eSign.Model.Stamp.Equals |
( |
Stamp |
other | ) |
|
|
inline |
Returns true if Stamp instances are equal
- Parameters
-
other | Instance of Stamp to be compared |
- Returns
- Boolean
◆ GetHashCode()
override int DocuSign.eSign.Model.Stamp.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
string DocuSign.eSign.Model.Stamp.ToJson |
( |
| ) |
|
|
inline |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
override string DocuSign.eSign.Model.Stamp.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ AdoptedDateTime
string DocuSign.eSign.Model.Stamp.AdoptedDateTime |
|
getset |
Gets or Sets AdoptedDateTime
◆ CreatedDateTime
string DocuSign.eSign.Model.Stamp.CreatedDateTime |
|
getset |
Indicates the date and time the item was created.
Indicates the date and time the item was created.
◆ CustomField
string DocuSign.eSign.Model.Stamp.CustomField |
|
getset |
◆ DateStampProperties
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.
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.
◆ DisallowUserResizeStamp
string DocuSign.eSign.Model.Stamp.DisallowUserResizeStamp |
|
getset |
Gets or Sets DisallowUserResizeStamp
◆ ErrorDetails
Array or errors.
Array or errors.
◆ ExternalID
string DocuSign.eSign.Model.Stamp.ExternalID |
|
getset |
◆ ImageBase64
string DocuSign.eSign.Model.Stamp.ImageBase64 |
|
getset |
◆ ImageType
string DocuSign.eSign.Model.Stamp.ImageType |
|
getset |
◆ LastModifiedDateTime
string DocuSign.eSign.Model.Stamp.LastModifiedDateTime |
|
getset |
The date and time the item was last modified.
The date and time the item was last modified.
◆ PhoneticName
string DocuSign.eSign.Model.Stamp.PhoneticName |
|
getset |
Gets or Sets PhoneticName
◆ SignatureName
string DocuSign.eSign.Model.Stamp.SignatureName |
|
getset |
Specifies the user signature name.
Specifies the user signature name.
◆ StampFormat
string DocuSign.eSign.Model.Stamp.StampFormat |
|
getset |
◆ StampImageUri
string DocuSign.eSign.Model.Stamp.StampImageUri |
|
getset |
Gets or Sets StampImageUri
◆ StampSizeMM
string DocuSign.eSign.Model.Stamp.StampSizeMM |
|
getset |
◆ Status
string DocuSign.eSign.Model.Stamp.Status |
|
getset |
Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.
Indicates the envelope status. Valid values are: * sent - The envelope is sent to the recipients. * created - The envelope is saved as a draft and can be modified and sent later.
The documentation for this class was generated from the following file:
- sdk/src/DocuSign.eSign/Model/Stamp.cs