Gets or sets a value indicating whether the current control is printed. If true (default), the content of the control is printed normally. Otherwise, it is not printed or exported. This might be used for example to provide help (invisible in the printed document) for form fields that are to be filled.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Property Printable As System.Boolean
             
        
            
            '使用法
 
Dim instance As RenderInputBase
Dim value As System.Boolean
 
instance.Printable = value
 
value = instance.Printable
             
        
            
            public System.bool Printable {get; set;}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照