Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / GcTiffWriter Class / AppendFrame Method / AppendFrame(Indexed4bppBitmap,TiffFrameSettings) Method
The source Indexed4bppBitmap with Indexed4bppBitmap.LowerBitsFirst set to false.
The settings for encoding TIFF frame.

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

    Parameters

    bitmap
    The source Indexed4bppBitmap with Indexed4bppBitmap.LowerBitsFirst set to false.
    frameSettings
    The settings for encoding TIFF frame.
    See Also