PdfVisionConvertImageToPdf(ListByte, String, ImageToPdfOptions) Method |
Convert images to PDF file.
Namespace: SautinSoft.PdfVisionAssembly: SautinSoft.PdfVision (in SautinSoft.PdfVision.dll) Version: 2024.8.28
Syntax public void ConvertImageToPdf(
List<byte[]> imageDataCollection,
string pdfFile,
ImageToPdfOptions options = null
)
Public Sub ConvertImageToPdf (
imageDataCollection As List(Of Byte()),
pdfFile As String,
Optional options As ImageToPdfOptions = Nothing
)
Parameters
- imageDataCollection ListByte
- Collection of arrays of bytes representing images, any type: PNG, JPG, Bitmap, TIFF and Multipage TIFF, GIF etc.
- pdfFile String
- Path to the PDF file. In case of existing, it will be overwritten.
- options ImageToPdfOptions (Optional)
- Image to PDF conversion options, such as: Page Size, Orientation, Header, Footer, Numbering, Page Margins, Scale and so forth.
See Also