PDFView4NET WinForms Edition
GetPageImagesAsMultipageTiff(String,Double) Method




O2S.Components.PDFRender4NET Namespace > PDFFile Class > GetPageImagesAsMultipageTiff Method : GetPageImagesAsMultipageTiff(String,Double) Method
The physical path where the TIFF image will be stored.
The resolution the pages will be rendered at.
Renders all the pages of the PDF file to a multi page TIFF image.
Syntax
'Declaration
 
Public Overloads Sub GetPageImagesAsMultipageTiff( _
   ByVal file As String, _
   ByVal resolution As Double _
) 
'Usage
 
Dim instance As PDFFile
Dim file As String
Dim resolution As Double
 
instance.GetPageImagesAsMultipageTiff(file, resolution)
public void GetPageImagesAsMultipageTiff( 
   string file,
   double resolution
)
public: void GetPageImagesAsMultipageTiff( 
   string* file,
   double resolution
) 
public:
void GetPageImagesAsMultipageTiff( 
   String^ file,
   double resolution
) 

Parameters

file
The physical path where the TIFF image will be stored.
resolution
The resolution the pages will be rendered at.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFFile Class
PDFFile Members
Overload List