PdfCompressor Constructor (Stream)
|
Initializes a new instance of the class.
Namespace:
Spire.Pdf.Conversion.Compression
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfCompressor(
Stream stream
)
Public Sub New (
stream As Stream
)
public:
PdfCompressor(
Stream^ stream
)
new :
stream : Stream -> PdfCompressor
Parameters
-
stream
-
Type:
System.IO
Stream
The pdf file stream.
See Also