PDF.SetEnabled

PDF.SetEnabled ( 

string  ObjectName,

boolean Enabled = true )

Example 1

PDF.SetEnabled("PDF1", true);

Enables the PDF object named "PDF1."

Example 2

PDF.SetEnabled("Manual", false);

Disables the PDF object named "Manual."

See also:  Related Actions