Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcTiffWriter Class / AppendFrame Method / AppendFrame(GcBitmap,TiffFrameSettings) Method
The source GcBitmap.
The settings for encoding TIFF frame.

In This Topic
    AppendFrame(GcBitmap,TiffFrameSettings) Method
    In This Topic
    Writes the specified GcBitmap to the output stream as the next frame.
    Syntax
    'Declaration
     
    Public Overloads Sub AppendFrame( _
       ByVal bitmap As GcBitmap, _
       Optional ByVal frameSettings As TiffFrameSettings _
    ) 
    public void AppendFrame( 
       GcBitmap bitmap,
       TiffFrameSettings frameSettings
    )

    Parameters

    bitmap
    The source GcBitmap.
    frameSettings
    The settings for encoding TIFF frame.
    See Also