Table of Contents
PdfViewer.ShowUIElement Method 

Shows or hides an UI element.

Syntax
 public void ShowUIElement(
   PdfViewerUIElement uiElement,
   bool show
);

Parameters

uiElement
The UI element to show or hide.
show
Whether to show or hide the element.
See Also