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


IPrinter.PrintToFile Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IP > IPrinter Interface > IPrinter.PrintToFile Property
ArcGIS Developer Help

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(
  System.String* fileName
);
[C++]
Parameters
fileName [in]

fileName is a parameter of type BSTR fileName [out, retval]
fileName is a parameter of type BSTR*

Product Availability

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

See Also

IPrinter Interface