AddRecord
Leave feedback
On this page
Adds new record HIBCPASRecord with given data type and data
public HIBCPASData AddRecord(HIBCPASDataType dataType, string data)
| Parameter | Type | Description |
|---|---|---|
| dataType | HIBCPASDataType | Record data type |
| data | String | Record data |
- enum HIBCPASDataType
- class HIBCPASData
- namespace GroupDocs.Signature.Domain.Extensions
- assembly GroupDocs.Signature
Adds new record
public HIBCPASData AddRecord(HIBCPASRecord record)
| Parameter | Type | Description |
|---|---|---|
| record | HIBCPASRecord | Record to be added |
Return reference on itself
- class HIBCPASRecord
- class HIBCPASData
- namespace GroupDocs.Signature.Domain.Extensions
- assembly GroupDocs.Signature
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.