Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NoPrinterPrintInfo Class / Bounds Property


In This Topic
    Bounds Property (NoPrinterPrintInfo)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Bounds As Rectangle
    'Usage
     
    
    Dim instance As NoPrinterPrintInfo
    Dim value As Rectangle
     
    instance.Bounds = value
     
    value = instance.Bounds
    public Rectangle Bounds {get; set;}
    See Also