Set the object mark. Mark is a boolean value that can be associated with every indirect object. This is
especially useful when and object graph should be traversed and an operation should be performed on each
node only once.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetMark(
bool mark
)
Public Sub SetMark (
mark As Boolean
)
public:
virtual void SetMark(
[InAttribute] bool mark
) sealed
Parameters
- mark
- Type: SystemBoolean
The new mark.
Remarks
This method can be invoked on any Obj.
See Also