PDFReaderControls.NET Professional Type Reference

ActionHandler.HideAnnotations Method 

Hide the annotations

public virtual void HideAnnotations(
   Annotation[] annotations,
   ActionContext context
);

Parameters

annotations
The annotation array to hide.
context
The context in which this action is executed.

Remarks

The annotations in the array are Equal to the ones retrieved for a page. context can be a null reference.

See Also

ActionHandler Class | TallComponents.PDF.Actions Namespace