PDFView4NET WPF Edition
BWConversionThreshold Property




O2S.Components.PDFRender4NET.WPF Namespace > PDFFile Class : BWConversionThreshold Property
Gets or sets the threshold for B/W conversion.
Syntax
'Declaration
 
Public Property BWConversionThreshold As Integer
'Usage
 
Dim instance As PDFFile
Dim value As Integer
 
instance.BWConversionThreshold = value
 
value = instance.BWConversionThreshold
public int BWConversionThreshold {get; set;}
public: __property int get_BWConversionThreshold();
public: __property void set_BWConversionThreshold( 
   int value
);
public:
property int BWConversionThreshold {
   int get();
   void set (    int value);
}

Property Value

A value between 0 and 765.
Remarks
The sum of RGB pixel values is compared to the threshold. If the value is greater the pixel becomes white, if the value is lower the pixel becomes black.
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

PDFFile Class
PDFFile Members