Click or drag to resize
Pdftools logo

RenderPageAsFax Class

The image section mapping suitable for Fax output images

Render a PDF page without scaling onto the image, top-aligned and horizontally centered.

Note that, the image has a fixed width of 1728 pixels / 8.5 inches.

A page larger than the target image is scaled down to fit in.

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

Namespace: PdfTools.Pdf2Image
Assembly: PdfTools (in PdfTools.dll) Version: 1.0.0
Syntax
C#
public class RenderPageAsFax : ImageSectionMapping

The RenderPageAsFax type exposes the following members.

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