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

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

    Parameters

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