Table of Contents

Property Print

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Print

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

public bool Print { get; set; }

Property Value

bool

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.

Exceptions

UnexpectedStructureException

The value in the internal PDF structure has an unexpected type.