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

Allow content copying or extraction.

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

Syntax

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

Remarks

When CopyExtract is false content can be selected but cannot be copied to the clipboard.

See Also