Click or drag to resize

ObjSetName Method

Sets the name value of this Obj.

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetName(
	string value
)

Parameters

value
Type: SystemString
The new name value to set.
See Also