PrintDocument for WinForms
UserData プロパティ (DocumentInfo)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > DocumentInfo クラス : UserData プロパティ
ドキュメントに関連付けられたカスタムユーザー定義の文字列キーと文字列の System.Collections.Generic.Dictionary`2を取得します。
シンタックス
'宣言
 
Public ReadOnly Property UserData As System.Collections.Generic.Dictionary(Of String,String)
'使用法
 
Dim instance As DocumentInfo
Dim value As System.Collections.Generic.Dictionary(Of String,String)
 
value = instance.UserData
public System.Collections.Generic.Dictionary<string,string> UserData {get;}
参照

DocumentInfo クラス
DocumentInfo メンバ