Namespace:  C1.C1PrintDocument
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
[XmlAttributeAttribute]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[DefaultValueAttribute('')]
public char pc { get; set; }
Visual Basic (Declaration)
<XmlAttributeAttribute> _
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<DefaultValueAttribute(""C)> _
Public Property pc As Char

See Also