|
Description
|
Returns/sets the document name of the print job.
|
Syntax Visual Basic
|
[form.]DXFReader.PlotDocumentName[ = Text$]
|
|
Visual C++
|
CString DXFReader.GetPlotDocumentName(); void DXFReader.SetPlotDocumentName(LPCTSTR lpszNewValue);
|
|
Delphi
|
property PlotDocumentName: WideString;
|
|
C#
|
string DXFReader.PlotDocumentName;
|
|
Data Type
|
String
|
|
Default Value
|
"Kadmos DXFReader ActiveX Control"
|