PDFReaderControls.NET Professional Type Reference

ActionHandler.ShowAnnotations Method 

Show the annotations

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

Parameters

annotations
The annotation array to show.
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