Click or drag to resize
Pdftools logo

RenderPageAtResolution Class

The image section mapping to render entire pages at a specific resolution

The entire PDF page is rendered into an image of the same size and the specified resolution.

For example, this mapping is suitable to create images of entire PDF pages.

Inheritance Hierarchy
SystemObject
  PdfTools.InternalNativeBase
    PdfTools.InternalNativeObject
      PdfTools.Pdf2ImageImageSectionMapping
        PdfTools.Pdf2ImageRenderPageAtResolution

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

The RenderPageAtResolution type exposes the following members.

Constructors
 NameDescription
Public methodRenderPageAtResolution 
Top
Properties
 NameDescription
Public propertyResolution

The resolution of the output image

Valid values are 0.0, 10000.0 or in between.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from NativeObject)
Public methodGetHashCode
(Inherited from NativeObject)
Top
See Also