Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Text.CMap Namespace / CMapTable Class / Save Method
The output stream.

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

    Parameters

    stream
    The output stream.
    See Also