This document is archived and information here might be outdated.  Recommended version.


IPrinter.PrintToFile Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Output)  

IPrinter.PrintToFile Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPrinter Interface