AddRecord
AddRecord(HIBCPASDataType, string)
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 |
See Also
- enum HIBCPASDataType
- class HIBCPASData
- namespace GroupDocs.Signature.Domain.Extensions
- assembly GroupDocs.Signature
AddRecord(HIBCPASRecord)
Adds new record
public HIBCPASData AddRecord(HIBCPASRecord record)
| Parameter | Type | Description |
|---|---|---|
| record | HIBCPASRecord | Record to be added |
Return Value
Return reference on itself
See Also
- class HIBCPASRecord
- class HIBCPASData
- namespace GroupDocs.Signature.Domain.Extensions
- assembly GroupDocs.Signature