Allow content copying or extraction.

Namespace: TallComponents.PDF.Security
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.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