PdfViewerPreferences.HideToolBar Property

Gets or sets a value indicating whether to hide the viewer application’s tool bars when the document is active.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public bool HideToolBar { get; set; }
VB
Public Property HideToolBar As Boolean
	Get
	Set

Property Value

Type: Boolean
true if to hide the viewer application’s tool bars when the document is active; otherwise, false.

See Also