PdfDocumentBase
SaveToPcl Method (Stream)
|
Convert pdf document to pcl.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void SaveToPcl(
Stream stream
)
Public Sub SaveToPcl (
stream As Stream
)
public:
void SaveToPcl(
Stream^ stream
)
member SaveToPcl :
stream : Stream -> unit
Parameters
-
stream
-
Type:
System.IO
Stream
The out stream.
See Also