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
)
Public Shared Function Create (
doc As PDFDoc,
default_config As Boolean
) As Config
public:
static Config^ Create(
[InAttribute] PDFDoc^ doc,
[InAttribute] bool default_config
)
pdftron.PDF.OCG.Config.Create = function(doc, 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:
Confignewly created configuration
See Also