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.18.0+b1d0ba2880e819b0af6ed309ecaa192439f42fd7
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