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

Syntax

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

See Also