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.0.0
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