PrintForm 建構函式
初始化 PrintForm 類別的新執行個體。
命名空間: Microsoft.VisualBasic.PowerPacks.Printing
組件: Microsoft.VisualBasic.PowerPacks.Vs (在 Microsoft.VisualBasic.PowerPacks.Vs.dll 中)
語法
'宣告
Public Sub New
public PrintForm()
public:
PrintForm()
new : unit -> PrintForm
public function PrintForm()
備註
APrintForm元件在執行階段建立有沒有視覺表示法。
範例
下列範例顯示的常見用法PrintForm元件。
Dim pf As New PrintForm
pf.Form = Me
pf.PrintAction = PrintToPrinter
pf.Print()
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.VisualBasic.PowerPacks.Printing 命名空間
其他資源
如何:使用 PrintForm 元件列印表單 (Visual Basic)