PDFKit.NET 2.0 Class Library (.NET 2.0)

HideAction.Accept Method 

Accept this action.

public override object Accept(
   ActionVisitor visitor,
   object argument
);

Parameters

visitor
The vistor used to Accept this action.
argument
An additional argument passed to the Visit method (may be a null reference).

See Also

HideAction Class | TallComponents.PDF.Actions Namespace