Sets the name of an optional-content configuration (suitable for presentation
in a user interface). The method stores the specified string as the Name entry
in the configuration's SDF/Cos dictionary.
Namespace:
pdftron.PDF.OCG
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetName(
string name
)
Public Sub SetName (
name As String
)
public:
virtual void SetName(
[InAttribute] String^ name
) sealed
Parameters
- name
- Type: SystemString
The new name string.
See Also