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

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

    Parameters

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