Click or drag to resize
Pdftools logo

ImageMapping Class

The base class for image mappings

The image mapping specifies how an input image is transformed and placed onto the output PDF page.
Inheritance Hierarchy
SystemObject
  PdfTools.InternalNativeBase
    PdfTools.InternalNativeObject
      PdfTools.Image2PdfImageMapping
        PdfTools.Image2PdfAuto
        PdfTools.Image2PdfShrinkToFit
        PdfTools.Image2PdfShrinkToPage
        PdfTools.Image2PdfShrinkToPortrait

Namespace: PdfTools.Image2Pdf
Assembly: PdfTools (in PdfTools.dll) Version: 1.8.0+c1110cafb37403de0188424e1c97e84e318ca892
Syntax
C#
public abstract class ImageMapping : NativeObject

The ImageMapping type exposes the following members.

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