Allow content copying or extraction.

Namespace: TallComponents.PDF.Layout.Security
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

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