This property sets whether or not the contents of the PDF document can be copied.

[C++ Builder]    imagekitcontrolname->FileIO->PDF->EnableCopy[=bool]
[Delphi]   imagekitcontrolname.FileIO.PDF.EnableCopy [ = Boolean ]

Property Value

Default value is True

Value Explanation
True The document can be copied
False The document can not be copied

Explanation

The EnableCopy property sets whether or not the contents of the PDF document can be copied. Set an appropriate value into this property before executing the Start method.

The EnableCopy property is enabled when the OwnerPassword property is set. It is disabled if the OwnerPassword property is not set or is set to an empty string. The value set in the EnableCopy property is displayed in the PDF document property's security tab.

Setting this value

  This value can be set at runtime.

Retrieving this value

  This value can be retrieved at run-time.

 

The ImageKit10 VCL is a product created by Newtone Corporation