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

Syntax

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

See Also