Click or drag to resize
Pdftools logo

ShrinkToFit Class

The image mapping that places the image onto pages of the specified size

Place images onto portrait or landscape pages. Large images are scaled down to fit onto PageSize.
Inheritance Hierarchy
SystemObject
  PdfTools.InternalNativeBase
    PdfTools.InternalNativeObject
      PdfTools.Image2PdfImageMapping
        PdfTools.Image2PdfShrinkToFit

Namespace: PdfTools.Image2Pdf
Assembly: PdfTools (in PdfTools.dll) Version: 1.6.0+e1db8f4bf6125495a2d29513486ea3e61205c81b
Syntax
C#
public class ShrinkToFit : ImageMapping

The ShrinkToFit type exposes the following members.

Constructors
 NameDescription
Public methodShrinkToFit 
Top
Properties
 NameDescription
Public propertyPageMargin

The page margin

Default value: 20mm (0.79in)
Public propertyPageSize

The page size

All output pages are created as that size.

Default value: "A4" (210mm 297mm)

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