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