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.

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

Syntax

C#
public Type PdfViewerPreferencesFormClass { get; set; }
Visual Basic
Public Property PdfViewerPreferencesFormClass As Type
	Get
	Set

See Also