PdfCompressor Constructor (String)
|
Construct a new converter.
Namespace:
Spire.Pdf.Conversion.Compression
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfCompressor(
string filePath
)
Public Sub New (
filePath As String
)
public:
PdfCompressor(
String^ filePath
)
new :
filePath : string -> PdfCompressor
Parameters
-
filePath
-
Type:
System
String
The pdf file path.
See Also