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


IPrinter.SpoolFileName 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.SpoolFileName Property
ArcGIS Developer Help

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

SpoolFileName is a parameter of type BSTR SpoolFileName [out, retval]
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 Print active view with ArcPress