add_record method
Leave feedback
On this page
Adds new record
Return reference on itself
def add_record(self, record):
...
| Parameter | Type | Description |
|---|---|---|
| record | groupdocs.signature.domain.extensions.HIBCPASRecord | Record to be added |
Adds new record HIBCPASRecord with given data type and data
def add_record(self, data_type, data):
...
| Parameter | Type | Description |
|---|---|---|
| data_type | groupdocs.signature.domain.extensions.HIBCPASDataType | Record data type |
| data | System.String | Record data |
- module
groupdocs.signature.domain.extensions - class
HIBCPASData - class
HIBCPASRecord
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.