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 CanSave { get; set; }
Public Property CanSave As Boolean
	Get
	Set
public:
property bool CanSave {
	bool get ();
	void set (bool value);
}
member CanSave : bool with get, set

Property Value

Boolean

See Also