In This Topic
GdPicture14.WPF Namespace / ThumbnailEx Class / PdfIncreaseTextContrast Property

PdfIncreaseTextContrast Property (ThumbnailEx)

In This Topic
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