Click or drag to resize

Obj.SetName 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: System.String
The new name value to set.
See Also