PDFView4NET WinForms Edition
PDFThresholdFilter Constructor




O2S.Components.PDFRender4NET.Dithering Namespace > PDFThresholdFilter Class : PDFThresholdFilter Constructor
The filter threshold.
Initializes a new PDFThresholdFilter object.
Syntax
'Declaration
 
Public Function New( _
   ByVal threshold As Byte _
)
'Usage
 
Dim threshold As Byte
 
Dim instance As New PDFThresholdFilter(threshold)
public PDFThresholdFilter( 
   byte threshold
)
public: PDFThresholdFilter( 
   byte threshold
)
public:
PDFThresholdFilter( 
   byte threshold
)

Parameters

threshold
The filter threshold.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFThresholdFilter Class
PDFThresholdFilter Members