PrintDocument for WinForms
OptionsFormClass プロパティ (Exporter)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.Export 名前空間 > Exporter クラス : OptionsFormClass プロパティ
Gets or sets the type of form that is used to edit export options. That form is shown when the Exporter.Export or the Exporter.Export method is called if Exporter.ShowOptions is true. The form's type must be assignable to the type specified by the ExportProvider.DefaultOptionsFormClass property.
シンタックス
'宣言
 
Public Property OptionsFormClass As System.Type
'使用法
 
Dim instance As Exporter
Dim value As System.Type
 
instance.OptionsFormClass = value
 
value = instance.OptionsFormClass
public System.Type OptionsFormClass {get; set;}
参照

Exporter クラス
Exporter メンバ
OptionsFormClassName プロパティ