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)
imagekitcontrolname.GetPrintDraw().SetDocName(LPCTSTR Val)
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.