PrintDocument for WinForms
ActionHandlerFileSave コンストラクタ(String,ExportProvider)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > ActionHandlerFileSave クラス > ActionHandlerFileSave コンストラクタ : ActionHandlerFileSave コンストラクタ(String,ExportProvider)
The file name to assign to the ActionHandlerFile.FileName property.
The C1.C1Preview.Export.ExportProvider to assign to the ActionHandlerFileSave.ExportProvider property.
Initializes a new instance of the ActionHandlerFileSave class, assigning the ActionHandlerFile.FileName and ActionHandlerFileSave.ExportProvider properties.
シンタックス
'宣言
 
Public Function New( _
   ByVal fileName As System.String, _
   ByVal exportProvider As ExportProvider _
)
'使用法
 
Dim fileName As System.String
Dim exportProvider As ExportProvider
 
Dim instance As New ActionHandlerFileSave(fileName, exportProvider)
public ActionHandlerFileSave( 
   System.string fileName,
   ExportProvider exportProvider
)

パラメータ

fileName
The file name to assign to the ActionHandlerFile.FileName property.
exportProvider
The C1.C1Preview.Export.ExportProvider to assign to the ActionHandlerFileSave.ExportProvider property.
参照

ActionHandlerFileSave クラス
ActionHandlerFileSave メンバ
オーバーロード一覧