shouldPrint
Returns a Boolean value indicating whether the annotation should appear when the document is printed.
Declaration
var shouldPrint: Bool { get set }Return Value
true if the annotation should appear when the PDF document is printed; otherwise false.
Discussion
PDFPage respects this flag when printing.