Click or drag to resize

ConfigCreate Method

Creates a new optional-content configuration from an existing SDF/Cos object.

Namespace:  pdftron.PDF.OCG
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public static Config Create(
	PDFDoc doc,
	bool default_config
)

Parameters

doc
Type: pdftron.PDFPDFDoc
document to create OCG configuration in
default_config
Type: SystemBoolean
whether to use default configuration

Return Value

Type: Config
newly created configuration
See Also