[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.GcTiffWriter.AppendFrame

AppendFrame Method

AppendFrame(BilevelBitmap, TiffFrameSettings)

Writes the specified BilevelBitmap to the output stream as the next frame.

Declaration
public void AppendFrame(BilevelBitmap bitmap, TiffFrameSettings frameSettings = null)
Public Sub AppendFrame(bitmap As BilevelBitmap, Optional frameSettings As TiffFrameSettings = Nothing)
Parameters
Type Name Description
BilevelBitmap bitmap

The source BilevelBitmap.

TiffFrameSettings frameSettings

The settings for encoding TIFF frame.

AppendFrame(GrayscaleBitmap, TiffFrameSettings)

Writes the specified GrayscaleBitmap to the output stream as the next frame.

Declaration
public void AppendFrame(GrayscaleBitmap bitmap, TiffFrameSettings frameSettings = null)
Public Sub AppendFrame(bitmap As GrayscaleBitmap, Optional frameSettings As TiffFrameSettings = Nothing)
Parameters
Type Name Description
GrayscaleBitmap bitmap

The source GrayscaleBitmap.

TiffFrameSettings frameSettings

The settings for encoding TIFF frame.

AppendFrame(Indexed4bppBitmap, TiffFrameSettings)

Writes the specified Indexed4bppBitmap to the output stream as the next frame.

Declaration
public void AppendFrame(Indexed4bppBitmap bitmap, TiffFrameSettings frameSettings = null)
Public Sub AppendFrame(bitmap As Indexed4bppBitmap, Optional frameSettings As TiffFrameSettings = Nothing)
Parameters
Type Name Description
Indexed4bppBitmap bitmap

The source Indexed4bppBitmap with LowerBitsFirst set to false.

TiffFrameSettings frameSettings

The settings for encoding TIFF frame.

AppendFrame(Indexed8bppBitmap, TiffFrameSettings)

Writes the specified Indexed8bppBitmap to the output stream as the next frame.

Declaration
public void AppendFrame(Indexed8bppBitmap bitmap, TiffFrameSettings frameSettings = null)
Public Sub AppendFrame(bitmap As Indexed8bppBitmap, Optional frameSettings As TiffFrameSettings = Nothing)
Parameters
Type Name Description
Indexed8bppBitmap bitmap

The source Indexed8bppBitmap.

TiffFrameSettings frameSettings

The settings for encoding TIFF frame.

AppendFrame(GcBitmap, TiffFrameSettings)

Writes the specified GcBitmap to the output stream as the next frame.

Declaration
public void AppendFrame(GcBitmap bitmap, TiffFrameSettings frameSettings = null)
Public Sub AppendFrame(bitmap As GcBitmap, Optional frameSettings As TiffFrameSettings = Nothing)
Parameters
Type Name Description
GcBitmap bitmap

The source GcBitmap.

TiffFrameSettings frameSettings

The settings for encoding TIFF frame.