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

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

Property Value

Default value is True

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

Explanation

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

The EnableEdit 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 EnableEdit property is displayed the the PDF document property's security tab under "Form field input", "Signature", and "Create template page".

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