This property sets whether or not to all full editing of the PDF document contents.

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

Property Value

Default value is True

Value Explanation
True Full editing of the document is allowed
False Full editing of the document is not allowed

Explanation

The EnableEditAll property sets whether or not to all full editing of the PDF document contents. Set an appropriate value into this property before executing the Start method.

The EnableEditAll 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 EnableEditAll property is displayed the the PDF document property's security tab under "Annotation", "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