In This Topic
            
            Gets or sets the physical printable area of the printer, in hundredths of an inch. When the event is fired, this property contains the printable area of the printer as returned by the printer driver, rotated if landscape printing. You may want to adjust this property e.g. to compensate for a buggy printer driver reporting incorrect hard margins.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Property PrintableArea As RectangleF
             
        
            
            public RectangleF PrintableArea {get; set;}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also