GdPicture.NET.14.MAUI
GdPicture14.MAUI Namespace / GdViewer Class / SaveAsPDF Method
The stream to save the document to.
A PDFOutputOptions object specifying the PDF generation options.





In This Topic
SaveAsPDF Method (GdViewer)
In This Topic
Saves the loaded document as PDF.
Syntax
'Declaration
 
Public Sub SaveAsPDF( _
   ByVal stream As Stream, _
   Optional ByVal options As PDFOutputOptions _
) 
public void SaveAsPDF( 
   Stream stream,
   PDFOutputOptions options
)
public procedure SaveAsPDF( 
    stream: Stream;
    options: PDFOutputOptions
); 
public function SaveAsPDF( 
   stream : Stream,
   options : PDFOutputOptions
);
public: void SaveAsPDF( 
   Stream* stream,
   PDFOutputOptions* options
) 
public:
void SaveAsPDF( 
   Stream^ stream,
   PDFOutputOptions^ options
) 

Parameters

stream
The stream to save the document to.
options
A PDFOutputOptions object specifying the PDF generation options.
See Also