Example





In This Topic
GdPicture14 Namespace / GdViewer Class / PdfIncreaseTextContrast Property

PdfIncreaseTextContrast Property (GdViewer)

In This Topic
Specifies if the rendering engine should increase text contrast on low zoom to enhance readability. This feature can decrease rendering speed performances on old machines.
Syntax
'Declaration
 
Public Property PdfIncreaseTextContrast As Boolean
public bool PdfIncreaseTextContrast {get; set;}
public read-write property PdfIncreaseTextContrast: Boolean; 
public function get,set PdfIncreaseTextContrast : boolean
public: __property bool get_PdfIncreaseTextContrast();
public: __property void set_PdfIncreaseTextContrast( 
   bool value
);
public:
property bool PdfIncreaseTextContrast {
   bool get();
   void set (    bool value);
}

Property Value

The default value is false.
Example
How to utilize this property in your GdViewer control.
'We assume that the GdViewer1 control has been properly integrated.
GdViewer1.PdfIncreaseTextContrast = True
//We assume that the GdViewer1 control has been properly integrated.
GdViewer1.PdfIncreaseTextContrast = true;
See Also

Reference

GdViewer Class
GdViewer Members
PdfRasterizerEngine