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

[Visual Basic]   imagekitcontrolname.PrintDraw.DocName [ = String ]
[Visual C++]     [ CString = ]imagekitcontrolname.GetPrintDraw().GetDocName()
                 imagekitcontrolname.GetPrintDraw().SetDocName(LPCTSTR Val)
[VB.NET]   imagekitcontrolname.PrintDraw.DocName [ = String ]
[C#.NET]   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 ActiveX is a product created by Newtone Corporation