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

Syntax

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

See Also