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