Creates a copy of the current PdfViewerPreferences object.

Namespace:  C1.C1Preview.Export
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public PdfViewerPreferences Clone()
Visual Basic
Public Function Clone As PdfViewerPreferences

Return Value

The newly created PdfViewerPreferences object.

See Also