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


IPSDriver2.CreatePS Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IP > IPSDriver2 Interface > IPSDriver2.CreatePS Method
ArcGIS Developer Help

IPSDriver2.CreatePS Method

Converts the EMF file to a EPS File.

[Visual Basic .NET]
Public Sub CreatePS ( _
    ByVal InputFileName As String, _
    ByVal OutputFileName As String _
)
[C#]
public void CreatePS (
    string InputFileName,
    string OutputFileName
);
[C++]
HRESULT CreatePS(
  BSTR InputFileName,
  BSTR OutputFileName
);
[C++]
Parameters
InputFileName [in]

InputFileName is a parameter of type BSTR OutputFileName [in]
OutputFileName is a parameter of type BSTR

Product Availability

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

Remarks

CreatePS takes an EMF file as input and outputs a PostScript file.

See Also

IPSDriver2 Interface