Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / PdfExporter Class / ViewerPreferences Property

In This Topic
    ViewerPreferences Property (PdfExporter)
    In This Topic
    Gets the PdfViewerPreferences object describing viewer preferences to be used when the produced PDF document is opened.
    Syntax
    'Declaration
     
    Public ReadOnly Property ViewerPreferences As PdfViewerPreferences
    public PdfViewerPreferences ViewerPreferences {get;}
    See Also