In This Topic
GdPicture14 Namespace / ThumbnailEx Class / PdfIncreaseTextContrast Property

PdfIncreaseTextContrast Property (ThumbnailEx)

In This Topic
Specifies if the rendering engine should increase text contrast on low zoom in order to enhance readability. This feature can decrease rendering speed performances on old machines. Default value is false.
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);
}
See Also