Click or drag to resize

PdfField.Print Property

Gets or sets the form field's print flag.

Namespace:  RadPdf.Data.Document.Objects.FormFields
Assembly:  RadPdf (in RadPdf.dll) Version: 4.3.0.0 (4.3.0.0)
Syntax
public override bool Print { get; set; }

Property Value

Type: Boolean
Remarks

If true, the form field is visible when printed; otherwise, it is visible. This property does not control whether it is displayed on screen (see NoView). It does not prohibit a form field from being moved (Moveable), resized (Resizable), styled (Stylable), or deleted (Deletable).

This property can not be changed if IsLocked is true.

See Also
This website uses cookies to identify your session and other necessary functions. By using this website, you are agreeing to our Terms of Use and Privacy Policy (updated April 26 2021).
Learn About Cookies
Got it!