This property sets whether or not the PDF document can be printed.

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

Property Value

Default value is True

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

Explanation

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

The EnablePrint 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 EnablePrint 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