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



O2S.Components.PDF4NET.Rendering Namespace > PDFDocumentRenderer Class > ConvertToMultipageImage Method : ConvertToMultipageImage(PDFRendererSettings,Stream) Method
Settings used during the rendering process.
Output stream where the image will be stored.
Converts the entire PDF document to a multipage TIFF image.
Syntax
'Declaration
 
Public Overloads Sub ConvertToMultipageImage( _
   ByVal settings As PDFRendererSettings, _
   ByVal output As Stream _
) 
'Usage
 
Dim instance As PDFDocumentRenderer
Dim settings As PDFRendererSettings
Dim output As Stream
 
instance.ConvertToMultipageImage(settings, output)
public void ConvertToMultipageImage( 
   PDFRendererSettings settings,
   Stream output
)
public:
void ConvertToMultipageImage( 
   PDFRendererSettings^ settings,
   Stream^ output
) 

Parameters

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