This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IP > IPrinter Interface > IPrinter.PrintToFile Property (ArcObjects .NET 10.4 SDK) |
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(
BSTR fileName
);
[C++]
Parameters fileName [out, retval] fileName is a parameter of type BSTR fileName [in] fileName is a parameter of type BSTR