PdfiumViewer
Public Member Functions | Properties | List of all members
PdfiumViewer.PdfPrintMultiplePages Class Reference

Configuration for printing multiple PDF pages on a single page. More...

Public Member Functions

 PdfPrintMultiplePages (int horizontal, int vertical, Orientation orientation, float margin)
 Creates a new instance of the PdfPrintMultiplePages class. More...
 

Properties

int Horizontal [get]
 Gets the number of pages to print horizontally. More...
 
int Vertical [get]
 Gets the number of pages to print vertically. More...
 
Orientation Orientation [get]
 Gets the orientation in which PDF pages are layed out on the physical page. More...
 
float Margin [get]
 Gets the margin between PDF pages in device units. More...
 

Detailed Description

Configuration for printing multiple PDF pages on a single page.

Constructor & Destructor Documentation

◆ PdfPrintMultiplePages()

PdfiumViewer.PdfPrintMultiplePages.PdfPrintMultiplePages ( int  horizontal,
int  vertical,
Orientation  orientation,
float  margin 
)

Creates a new instance of the PdfPrintMultiplePages class.

Parameters
horizontalThe number of pages to print horizontally.
verticalThe number of pages to print vertically.
orientationThe orientation in which PDF pages are layed out on the physical page.
marginThe margin between PDF pages in device units.

Property Documentation

◆ Horizontal

int PdfiumViewer.PdfPrintMultiplePages.Horizontal
get

Gets the number of pages to print horizontally.

◆ Margin

float PdfiumViewer.PdfPrintMultiplePages.Margin
get

Gets the margin between PDF pages in device units.

◆ Orientation

Orientation PdfiumViewer.PdfPrintMultiplePages.Orientation
get

Gets the orientation in which PDF pages are layed out on the physical page.

◆ Vertical

int PdfiumViewer.PdfPrintMultiplePages.Vertical
get

Gets the number of pages to print vertically.


The documentation for this class was generated from the following file: