API Reference

Class

PdfPageResizeOptions

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Configures page size normalization for existing PDF pages.

Inheritance

  • Object
  • PdfPageResizeOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Constructors

public PdfPageResizeOptions(PageSize pageSize) #

Creates resize options for the supplied target page size.

Parameters

pageSize OfficeIMO.Pdf.PageSize requiredposition: 0
Target page size in PDF points.

Properties

public PageSize PageSize { get; set; } #

Target page size in PDF points.

public Double Margin { get; set; } #

Margin in PDF points kept around fitted content.

public PdfPageResizeMode Mode { get; set; } #

Scaling behavior used for the original page content.