This property sets the the document name displayed in the "Print" dialog

[C++Builder]   imagekitcontrolname->PrintDraw->DocName [ = UnicodeString ]
[Delphi]   imagekitcontrolname.PrintDraw.DocName [ = String ]

Property Value

The DocName property value is the name of the document being printed.

Explanation

The DocName property sets the document name displayed in the "Print" dialog. When the "Print" dialog is displayed, the print process can be canceled by clicking the button. The DocName property is enabled when the PrintStartDoc method is executed.

Setting this value

This value can be set at runtime.

Retrieving this value

This value can be retrieved at runtime.

 

The ImageKit10 VCL is a product created by Newtone Corporation