Sets the ID entry in "/Root/FDF" dictionary.
Namespace:
pdftron.FDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetID(
Obj id
)
Public Sub SetID (
id As Obj
)
public:
virtual void SetID(
[InAttribute] Obj^ id
) sealed
Parameters
- id
- Type: pdftron.SDFObj
The new ID entry.
See Also