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



O2S.Components.PDF4NET.Rendering Namespace > PDFDocumentRenderer Class > ConvertToMultipageImage Method : ConvertToMultipageImage(String,PDFRendererSettings,Stream) Method
Range of pages to convert to image.
Settings used during the rendering process.
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 output As Stream _
) 
'Usage
 
Dim instance As PDFDocumentRenderer
Dim pageRange As String
Dim settings As PDFRendererSettings
Dim output As Stream
 
instance.ConvertToMultipageImage(pageRange, settings, output)
public void ConvertToMultipageImage( 
   string pageRange,
   PDFRendererSettings settings,
   Stream output
)
public:
void ConvertToMultipageImage( 
   String^ pageRange,
   PDFRendererSettings^ settings,
   Stream^ output
) 

Parameters

pageRange
Range of pages to convert to image.
settings
Settings used during the rendering process.
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