Click or drag to resize
Pdftools logo

ShrinkToPortrait Class

Note: This API is now obsolete.

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

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

Namespace: PdfTools.Image2Pdf
Assembly: PdfTools (in PdfTools.dll) Version: 1.4.0+fc8bb87ea2616e7f35d94e0588d333abae862a7a
Syntax
C#
[ObsoleteAttribute("Deprecated in Version 1.1. Use 'ShrinkToFit' instead.")]
public class ShrinkToPortrait : ImageMapping

The ShrinkToPortrait type exposes the following members.

Constructors
 NameDescription
Public methodShrinkToPortrait 
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 and in portrait mode.

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

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