PdfRasterizerRasterizeToTiff(String) Method
Call this method to rasterize the pages of a PDF file to a multipage TIFF image in a data buffer
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public byte[] RasterizeToTiff(
string pdfFile
)
Public Function RasterizeToTiff (
pdfFile As String
) As Byte()
public:
array<unsigned char>^ RasterizeToTiff(
String^ pdfFile
)
member RasterizeToTiff :
pdfFile : string -> byte[]
- pdfFile String
- The fully qualified name of the PDF file
ByteThe TIFF image data