Document Solutions for PDF
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcWicTiffWriter Class / AppendFrame Method

In This Topic
    AppendFrame Method (GcWicTiffWriter)
    In This Topic
    Writes the specified bitmap to the output stream as the next frame.
    Syntax
    'Declaration
     
    Public Sub AppendFrame( _
       ByVal wicBitmap As GcWicBitmap _
    ) 
    public void AppendFrame( 
       GcWicBitmap wicBitmap
    )

    Parameters

    wicBitmap
    See Also