Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NoPrinterPrintInfo Class / PrintableArea Property


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