PrintDocument for WinForms
TagOpenParen プロパティ (C1PrintDocument)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス : TagOpenParen プロパティ
Gets or sets the string used as the opening parentheses when including references to Tag objects in the current document's texts (e.g. in RenderText.Text or ParagraphText.Text). To include a TagOpenParen string itself in a text, prepend it with the C1PrintDocument.TagEscapeString string.

The default value is "[".

シンタックス
'宣言
 
Public Property TagOpenParen As System.String
'使用法
 
Dim instance As C1PrintDocument
Dim value As System.String
 
instance.TagOpenParen = value
 
value = instance.TagOpenParen
public System.string TagOpenParen {get; set;}
参照

C1PrintDocument クラス
C1PrintDocument メンバ