Click or drag to resize

ActionIsValid Method

Indicates whether the Action is valid (non-null).

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public bool IsValid()

Return Value

Type: Boolean
a Action object equals to the give object

Return Value

Type: Boolean
true if two objects are equal, false otherwise

Return Value

Type: Boolean
true if two objects are not equal, false otherwise

Return Value

Type: Boolean
true, if equals to the given object

Return Value

Type: Boolean
True if this is a valid (non-null) Action; otherwise false.
Remarks
If this method returns false the underlying SDF/Cos object is null and the Action object should be treated as null as well.
See Also