PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / C1PdfDocument Class / Save Method

In This Topic
    Save Method (C1PdfDocument)
    In This Topic
    Saves the Pdf document to a System.IO.Stream.
    Syntax
    'Declaration
     
    
    Public Sub Save( _
       ByVal stream As Stream _
    ) 
    public void Save( 
       Stream stream
    )

    Parameters

    stream
    See Also