SignedDataBlocksCollection members
Include protected members
Include inherited members
The collection of SignedDataBlockObject objects in the form template as defined in the form definition file (.xsf).
The SignedDataBlocksCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the number of SignedDataBlockObject objects in the form template. (Inherited from SignedDataBlocks.) | |
Item | Gets a reference to the specified SignedDataBlockObject object from the SignedDataBlocksCollection collection, based on position or name. (Inherited from SignedDataBlocks.) |
Top
Methods
Name | Description | |
---|---|---|
GetEnumerator | Gets an IEnumerator that iterates over all entries in the SignedDataBlocksCollection object. (Inherited from SignedDataBlocks.) |
Top