PrintDocument for WinForms
Document プロパティ (C1PrintManager)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintManager クラス : Document プロパティ
Gets or sets the document that to print. If the assigned value is an unsupported object, an exception will be thrown. Use C1PrintManager.IsSupportedDocument to verify that the object can be printed.
シンタックス
'宣言
 
Public Property Document As System.Object
'使用法
 
Dim instance As C1PrintManager
Dim value As System.Object
 
instance.Document = value
 
value = instance.Document
public System.object Document {get; set;}
参照

C1PrintManager クラス
C1PrintManager メンバ
IsSupportedDocument メソッド