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# 
[ObsoleteAttribute("This method may be removed in the future.No effect,only avoid compile error.")]
public int Threshold { get; set; }
<ObsoleteAttribute("This method may be removed in the future.No effect,only avoid compile error.")> 
Public Property Threshold As Integer
	Get
	Set
public:
[ObsoleteAttribute(L"This method may be removed in the future.No effect,only avoid compile error.")]
property int Threshold {
	int get ();
	void set (int value);
}
[<ObsoleteAttribute("This method may be removed in the future.No effect,only avoid compile error.")>]
member Threshold : int with get, set

Property Value

Int32

See Also