Sets the creator property of an optional-content configuration. Stores the
specified string as the Creator 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 SetCreator(
string name
)
Public Sub SetCreator (
name As String
)
public:
virtual void SetCreator(
[InAttribute] String^ name
) sealed
function SetCreator(name);
Parameters
- name
- Type: SystemString
The new creator string.
See Also