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