ComponentOne Reports for WPF
C1.C1Preview.Export Namespace / PdfExporter Class / ViewerPreferences Property

In This Topic
    ViewerPreferences Property
    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