Construct a new converter.

Namespace: Spire.Pdf.Conversion
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfStandardsConverter(
	string filePath
)
Public Sub New ( 
	filePath As String
)
public:
PdfStandardsConverter(
	String^ filePath
)
new : 
        filePath : string -> PdfStandardsConverter

Parameters

filePath
String
The pdf file path.

See Also