PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.Export Namespace / PdfViewerPreferences Class / Clone Method

In This Topic
    Clone Method (PdfViewerPreferences)
    In This Topic
    Creates a copy of the current PdfViewerPreferences object.
    Syntax
    'Declaration
     
    Public Function Clone() As PdfViewerPreferences
    public PdfViewerPreferences Clone()

    Return Value

    The newly created PdfViewerPreferences object.
    See Also