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


C1.PrintDocument.6 アセンブリ > C1.C1Preview.Export 名前空間 > Exporter クラス : OptionsFormClassName プロパティ
Gets or sets the type name 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 OptionsFormClassName As System.String
'使用法
 
Dim instance As Exporter
Dim value As System.String
 
instance.OptionsFormClassName = value
 
value = instance.OptionsFormClassName
public System.string OptionsFormClassName {get; set;}
参照

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