PDF.IsEnabled

boolean PDF.IsEnabled ( 

string ObjectName )

Example 1

bEnabled = PDF.IsEnabled("Specification");

Checks whether the "Specification" PDF object is enabled or disabled, and stores true or false in the bEnabled variable accordingly.

Tip: Starting a variable name with "b" is a technique that programmers use to help themselves remember that a variable contains a boolean value.

See also:  Related Actions