PdfCompressor
CompressToFile Method
|
Compress document.
Namespace:
Spire.Pdf.Conversion.Compression
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void CompressToFile(
string filePath
)
Public Sub CompressToFile (
filePath As String
)
public:
void CompressToFile(
String^ filePath
)
member CompressToFile :
filePath : string -> unit
Parameters
-
filePath
-
Type:
System
String
The out file path.
See Also