Click or drag to resize

PdfFieldPrint Property

(PDF 1.2) If set, print the annotation when the page is printed. If clear, never print the annotation, regardless of whether it is displayed on the screen.

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

Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.10.22
Syntax
public bool Print { get; set; }

Property Value

Boolean
If set, print the annotation when the page is printed. If clear, never print the annotation, regardless of whether it is displayed on the screen.
See Also