Click or drag to resize

ObjIsFree Method

Checks if this Obj is free.

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public bool IsFree()

Return Value

Type: Boolean
True if this Obj is marked as free.
Remarks
This method can be invoked on any Obj.
See Also