PdfMergeClientsetViewerHideToolbar Method |
Set a flag specifying whether to hide the pdf viewer application's tool bars when the document is active. The default value is False.
Namespace:
SelectPdf.Api
Assembly:
SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax public PdfMergeClient setViewerHideToolbar(
bool viewerHideToolbar
)
Public Function setViewerHideToolbar (
viewerHideToolbar As Boolean
) As PdfMergeClient
Parameters
- viewerHideToolbar
- Type: SystemBoolean
Hide tool bars or not.
Return Value
Type:
PdfMergeClientReference to the current object.
See Also