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


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

IPsPrinter.PPDFile Property

The PPD file for the PostScript file.

[Visual Basic .NET]
Public Property PPDFile As String
[C#]
public string PPDFile {get; set;}
[C++]
HRESULT get_PPDFile(
  BSTR PPDFile
);
[C++]
HRESULT put_PPDFile(
  System.String* PPDFile
);
[C++]
Parameters
PPDFile [in]

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

Product Availability

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

See Also

IPsPrinter Interface