Gets or sets the type of form that is used to edit the
PdfExporter.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.
シンタックス
'宣言
Public Property PdfViewerPreferencesFormClass As System.Type
'使用法
Dim instance As PdfExporter
Dim value As System.Type
instance.PdfViewerPreferencesFormClass = value
value = instance.PdfViewerPreferencesFormClass
public System.Type PdfViewerPreferencesFormClass {get; set;}
参照