Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrintInfo Class / GetSystemPaperSize Method


In This Topic
    GetSystemPaperSize Method
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Public Shared Function GetSystemPaperSize( _
       ByVal paperSize As PaperSize _
    ) As PaperSize
    'Usage
     
    
    Dim paperSize As PaperSize
    Dim value As PaperSize
     
    value = PrintInfo.GetSystemPaperSize(paperSize)
    public static PaperSize GetSystemPaperSize( 
       PaperSize paperSize
    )

    Parameters

    paperSize
    See Also