O2S.Components.PDF4NET.Render Documentation
ConvertToMultipageImage(String,PDFRendererSettings,PDFPageImageFormat,Stream) Method



O2S.Components.PDF4NET.Rendering Namespace > PDFDocumentRenderer Class > ConvertToMultipageImage Method : ConvertToMultipageImage(String,PDFRendererSettings,PDFPageImageFormat,Stream) Method
Range of pages to convert to image.
Settings used during the rendering process.
The type of the output TIFF image
Output stream where the image will be stored.
Converts the PDF document to a multipage TIFF image.
Syntax
'Declaration
 
Public Overloads Sub ConvertToMultipageImage( _
   ByVal pageRange As String, _
   ByVal settings As PDFRendererSettings, _
   ByVal imageFormat As PDFPageImageFormat, _
   ByVal output As Stream _
) 
'Usage
 
Dim instance As PDFDocumentRenderer
Dim pageRange As String
Dim settings As PDFRendererSettings
Dim imageFormat As PDFPageImageFormat
Dim output As Stream
 
instance.ConvertToMultipageImage(pageRange, settings, imageFormat, output)

Parameters

pageRange
Range of pages to convert to image.
settings
Settings used during the rendering process.
imageFormat
The type of the output TIFF image
output
Output stream where the image will be stored.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PDFDocumentRenderer Class
PDFDocumentRenderer Members
Overload List