Click or drag to resize
Pdftools logo

Converter Class

The class to convert a PDF document to a rasterized image

Inheritance Hierarchy
SystemObject
  PdfTools.InternalNativeBase
    PdfTools.InternalNativeObject
      PdfTools.Pdf2ImageConverter

Namespace: PdfTools.Pdf2Image
Assembly: PdfTools (in PdfTools.dll) Version: 1.4.0+fc8bb87ea2616e7f35d94e0588d333abae862a7a
Syntax
C#
public class Converter : NativeObject

The Converter type exposes the following members.

Constructors
 NameDescription
Public methodConverter 
Top
Methods
 NameDescription
Public methodConvertDocument

Convert all pages of a PDF document to a rasterized image

Public methodConvertPage

Convert a single page of a PDF document to a rasterized image

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