Indicates whether the Action is valid (non-null).
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function IsValid As Boolean
public:
virtual bool IsValid() sealed
Return Value
Type:
Booleana
Action object equals to the give object
Return Value
Type:
Booleantrue if two objects are equal, false otherwise
Return Value
Type:
Booleantrue if two objects are not equal, false otherwise
Return Value
Type:
Booleantrue, 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