Click or drag to resize
Pdftools logo

Converter Class

The class to convert one or more images to a PDF document

Inheritance Hierarchy
SystemObject
  PdfTools.InternalNativeBase
    PdfTools.InternalNativeObject
      PdfTools.Image2PdfConverter

Namespace: PdfTools.Image2Pdf
Assembly: PdfTools (in PdfTools.dll) Version: 1.5.0+84bd4d36da7e2449ee09fddee89e23a99b6ffcca
Syntax
C#
public class Converter : NativeObject

The Converter type exposes the following members.

Constructors
 NameDescription
Public methodConverter 
Top
Methods
 NameDescription
Public methodConvert

Convert an image to a PDF document

Public methodConvertMultiple

Convert a list of images to a PDF document

Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also