PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1PageSettings Class / ToPageSettings Method / ToPageSettings() Method

In This Topic
    ToPageSettings() Method
    In This Topic
    Creates an instance of the System.Drawing.Printing.PageSettings class, and initializes it with the properties of the current C1PageSettings object.
    Syntax
    'Declaration
     
    Public Overloads Function ToPageSettings() As PageSettings
    public PageSettings ToPageSettings()

    Return Value

    The newly created System.Drawing.Printing.PageSettings object.
    See Also