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

Syntax

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

See Also