Gets or sets the value indicating whether the control is printed. If true (default), the content of the control is printed normally. Otherwise, it is not printed or exported. This might be used for example to provide help for fields that are to be filled.

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

Syntax

C#
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public bool Printable { get; set; }
Visual Basic (Declaration)
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _
Public Property Printable As Boolean

See Also