Sets value to the specified DictIterator.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void Set(
DictIterator dictItr
)
Public Sub Set (
dictItr As DictIterator
)
public:
virtual void Set(
[InAttribute] DictIterator^ dictItr
) sealed
Parameters
- dictItr
- Type: pdftron.SDFDictIterator
The other DictIterator to set this DictItertor to.
See Also