This document is archived and information here might be outdated. Recommended version. |
The name of file if saving to Disk.
[Visual Basic .NET]
Public Property PrintToFile As String
[C#]
public string PrintToFile {get; set;}
[C++]
HRESULT get_PrintToFile(
BSTR fileName
);
[C++]
HRESULT put_PrintToFile(
System.String* fileName
);
[C++] Parameters fileName [in]
fileName is a parameter of type BSTR fileName [out, retval]
fileName is a parameter of type BSTR*