API Reference

Class

PdfPrintPageRange

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

One-based inclusive page range used to initialize a PDF viewer print dialog.

Inheritance

  • Object
  • PdfPrintPageRange

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 PdfPrintPageRange(Int32 startPageNumber, Int32 endPageNumber) #

Creates a one-based inclusive print page range.

Parameters

startPageNumber System.Int32 requiredposition: 0
endPageNumber System.Int32 requiredposition: 1

Properties

public Int32 StartPageNumber { get; } #

One-based first page included in the print range.

public Int32 EndPageNumber { get; } #

One-based last page included in the print range.