Click or drag to resize

ConfigSetCreator Method

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
)

Parameters

name
Type: SystemString
The new creator string.
See Also