Allow "Print" button.

Namespace: Spire.PdfViewer.Forms
Assembly: Spire.PdfViewer.Forms (in Spire.PdfViewer.Forms.dll) Version: 6.6.0.0 (6.6.0.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool AllowPrint { get; set; }
Public Property AllowPrint As Boolean
	Get
	Set
public:
property bool AllowPrint {
	bool get ();
	void set (bool value);
}
member AllowPrint : bool with get, set

Property Value

Boolean

See Also