PdfRasterizer.DrawToMultiPageTiff

Overloads

DrawToMultiPageTiff(Stream, TiffImageFormat, ImageSize)Rasterizes all pages in the page list to a multi-page TIFF image and writes it to the given stream.
DrawToMultiPageTiff(String, TiffImageFormat, ImageSize)Rasterizes all pages in the page list to a multi-page TIFF image and stores it to the given filename.
DrawToMultiPageTiff(TiffImageFormat, ImageSize)Rasterizes all pages in the page list to a multi-page TIFF image and stores it to the given filename.

DrawToMultiPageTiff(Stream, TiffImageFormat, ImageSize)

Rasterizes all pages in the page list to a multi-page TIFF image and writes it to the given stream.

public void DrawToMultiPageTiff(Stream stream, TiffImageFormat tiffImageFormat, ImageSize imageSize)
Sub DrawToMultiPageTiff(stream As Stream, tiffImageFormat As TiffImageFormat, imageSize As ImageSize)

Parameters

stream
Stream

The Stream to which image will be written.

tiffImageFormat
TiffImageFormat

Represents the TIFF image format to use.

imageSize
ImageSize

Represents image size to use.

Licensing Info

This method is a DynamicPDF Rasterizer feature. One of the following is required for non-evaluation usage:

DrawToMultiPageTiff(String, TiffImageFormat, ImageSize)

Rasterizes all pages in the page list to a multi-page TIFF image and stores it to the given filename.

public void DrawToMultiPageTiff(string fileName, TiffImageFormat tiffImageFormat, ImageSize imageSize)
Sub DrawToMultiPageTiff(fileName As String, tiffImageFormat As TiffImageFormat, imageSize As ImageSize)

Parameters

fileName
String

Physical filepath of the image.

tiffImageFormat
TiffImageFormat

Represents the TIFF image format to use.

imageSize
ImageSize

Represents image size to use.

Licensing Info

This method is a DynamicPDF Rasterizer feature. One of the following is required for non-evaluation usage:

DrawToMultiPageTiff(TiffImageFormat, ImageSize)

Rasterizes all pages in the page list to a multi-page TIFF image and stores it to the given filename.

public Byte[] DrawToMultiPageTiff(TiffImageFormat tiffImageFormat, ImageSize imageSize)
Function DrawToMultiPageTiff(tiffImageFormat As TiffImageFormat, imageSize As ImageSize) As Byte()

Parameters

tiffImageFormat
TiffImageFormat

Represents the TIFF image format to use.

imageSize
ImageSize

Represents image size to use.

Returns

Byte[]

Licensing Info

This method is a DynamicPDF Rasterizer feature. One of the following is required for non-evaluation usage:

See Also

PdfRasterizer
ceTe.DynamicPDF.Rasterizer

In this topic