.NET Framework Class Library
NeutralFormat.MDConvertFromPDF Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > NeutralFormat Class > NeutralFormat Methods > .NET Framework Class Library |
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, _ |
C# |
|---|
public void MDConvertFromPDF( string inputPDFFilePath, |
Visual C++ |
|---|
public: void MDConvertFromPDF( |
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