Click or drag to resize
Pdftools logo

ImageSectionMapping Class

The base class for image section mappings

An image section mapping specifies how a PDF page, or a section of it, is transformed (e.g. cropped or scaled) and placed onto the target image.
Inheritance Hierarchy
SystemObject
  PdfTools.InternalNativeBase
    PdfTools.InternalNativeObject
      PdfTools.Pdf2ImageImageSectionMapping
        PdfTools.Pdf2ImageRenderPageAsFax
        PdfTools.Pdf2ImageRenderPageAtResolution
        PdfTools.Pdf2ImageRenderPageToMaxImageSize

Namespace: PdfTools.Pdf2Image
Assembly: PdfTools (in PdfTools.dll) Version: 1.7.0+cfcc11b476b3e1eb4320f0f37269191f64e36bd8
Syntax
C#
public abstract class ImageSectionMapping : NativeObject

The ImageSectionMapping type exposes the following members.

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