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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[XmlAttributeAttribute]
[DefaultValueAttribute(false)]
public bool c { get; set; }
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
<XmlAttributeAttribute> _
<DefaultValueAttribute(False)> _
Public Property c As Boolean

See Also