'Declaration Public Overloads Overridable Sub Export( _
ByVal documentThe PDF document.As Vintasoft.Imaging.Pdf.PdfDocument, _
ByVal streamThe stream, where the codec must write the exported data.As System.IO.Stream _
)
public virtual void Export(
Vintasoft.Imaging.Pdf.PdfDocument document,
System.IO.Stream stream
)
public: virtual void Export(
Vintasoft.Imaging.Pdf.PdfDocument* document,
System.IO.Stream* stream
)
public:
virtual void Export(
Vintasoft.Imaging.Pdf.PdfDocument^ document,
System.IO.Stream^ stream
)
Parameters
- document
- The PDF document.
- stream
- The stream, where the codec must write the exported data.