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

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

    Parameters

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