.NET Framework Class Library
NeutralFormat.MDConvertFromPDF Method

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > .NET API > MwPDMApi Namespace > NeutralFormat Class > NeutralFormat Methods >

.NET Framework Class Library
NeutralFormat.MDConvertFromPDF Method

Converts a PDF into an image file or DXF.

Namespace: MwPDMApi
Assembly:  MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

Visual Basic

Public Sub MDConvertFromPDF ( _

inputPDFFilePath As String, _
outputImageFilePath As String, _
Optional width As String = "", _
Optional height As String = "" _
)

C#

public void MDConvertFromPDF(

string inputPDFFilePath,
string outputImageFilePath,
string width = "",
string height = ""
)

Visual C++

public:

void MDConvertFromPDF(
String^ inputPDFFilePath,
String^ outputImageFilePath,
String^ width = L"",
String^ height = L""
)

JavaScript

function mdConvertFromPDF(inputPDFFilePath, outputImageFilePath, width, height);

Parameters

inputPDFFilePath

Type: System.String
the complete path of the pdf to convert

outputImageFilePath

Type: System.String
the complete path for the converted image

width (Optional)

Type: System.String
Optional. The width of the generated image

height (Optional)

Type: System.String
Optional. The height of the generated image

Remarks

See Also

NeutralFormat Class

NeutralFormat Members

MwPDMApi Namespace