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

In This Topic
    PdfViewerPreferencesFormClass Property
    In This Topic
    Gets or sets the type of form that is used to edit the ViewerPreferences associated with the PDF documents that is exported. The form type must be PdfViewerPreferencesForm or derived from it. That form is invoked from the export options form.
    Syntax
    'Declaration
     
    Public Property PdfViewerPreferencesFormClass As Type
    public Type PdfViewerPreferencesFormClass {get; set;}
    See Also