PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1PageSettings Class / SetPaperSizes Method
The width to set.
The height to set.

In This Topic
    SetPaperSizes Method (C1PageSettings)
    In This Topic
    Sets the C1PageSettings.Width and the C1PageSettings.Height to specified values.
    Syntax
    'Declaration
     
    Public Sub SetPaperSizes( _
       ByVal width As Unit, _
       ByVal height As Unit _
    ) 
    public void SetPaperSizes( 
       Unit width,
       Unit height
    )

    Parameters

    width
    The width to set.
    height
    The height to set.
    See Also