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


IPrinter.SpoolFileName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Output)  

IPrinter.SpoolFileName Property

The Spool File Name which shows up in the Print Manager.

[Visual Basic .NET]
Public Property SpoolFileName As String
[C#]
public string SpoolFileName {get; set;}
[C++]
HRESULT get_SpoolFileName(
  BSTR* SpoolFileName
);
[C++]
HRESULT put_SpoolFileName(
  BSTR SpoolFileName
);
[C++]

Parameters SpoolFileName [out, retval] SpoolFileName is a parameter of type BSTR SpoolFileName [in] SpoolFileName is a parameter of type BSTR

Product Availability

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

See Also

IPrinter Interface

.NET Samples

Print active view with ArcPress (Code Files: PrintActiveViewArcPressVB_Net_Addin) | Print active view (Code Files: PrintActiveViewVB_Net_Addin)