PrintDocument for WinForms
SetKeywordsAsText メソッド (DocumentInfo)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > DocumentInfo クラス : SetKeywordsAsText メソッド
The space-delimited list of keywords.
Assigns the DocumentInfo.Keywords collection on the current object from a single string containing the space-delimited list of keywords. (Note that the DocumentInfo.Keywords collection is cleared by this method prior to assignment.)
シンタックス
'宣言
 
Public Sub SetKeywordsAsText( _
   ByVal value As System.String _
) 
'使用法
 
Dim instance As DocumentInfo
Dim value As System.String
 
instance.SetKeywordsAsText(value)
public void SetKeywordsAsText( 
   System.string value
)

パラメータ

value
The space-delimited list of keywords.
参照

DocumentInfo クラス
DocumentInfo メンバ