[This is preliminary documentation and is subject to change.]

Allow form field fill-in or signing.

Namespace: TallComponents.Web.Pdf
Assembly: TallComponents.WebToPDF (in TallComponents.WebToPDF.dll) Version: 1.0.4.1

Syntax

C#
public bool FormFillSign { get; set; }
Visual Basic
Public Property FormFillSign As Boolean
	Get
	Set

Remarks

Meaningfull if Change = false and AuthorCommentsFormFields = false only.

See Also