PdfWidget.Print Property

Gets or sets a value indicating whether this PdfWidget gets printed when the page is printed.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public bool Print { get; set; }
VB
Public Property Print As Boolean
	Get
	Set

Property Value

Type: Boolean
true if this widget gets printed; otherwise, false.

Remarks

This property can be useful, for example, for widgets representing interactive pushbuttons, which would serve no meaningful purpose on the printed page.

See Also