SDFDocCreateIndirectBool Method |
Creates an indirect Bool Obj.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Obj CreateIndirectBool(
bool value
)
Public Function CreateIndirectBool (
value As Boolean
) As Obj
public:
virtual Obj^ CreateIndirectBool(
[InAttribute] bool value
) sealed
function CreateIndirectBool(value);
Parameters
- value
- Type: SystemBoolean
The value of the Bool Obj.
Return Value
Type:
Obj
The created indirect Bool Obj.
Remarks
Unlike direct objects, indirect objects can be referenced by more than one
object (i.e. indirect objects they can be shared).
See Also