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


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

IPDFDriver.CreatePDF Method

Converts the EMF file to a PDF File.

[Visual Basic .NET]
Public Sub CreatePDF ( _
    ByVal InputFileName As String, _
    ByVal OutputFileName As String _
)
[C#]
public void CreatePDF (
    string InputFileName,
    string OutputFileName
);
[C++]
HRESULT CreatePDF(
  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.

See Also

IPDFDriver Interface