Table of Contents

Enum ExplicitDestinationType

Namespace
UglyToad.PdfPig.Outline.Destinations
Assembly
UglyToad.PdfPig.dll

The display type for opening an ExplicitDestination.

public enum ExplicitDestinationType

Fields

FitBoundingBox = 5

Fit the page's bounding box within the window.

FitBoundingBoxHorizontally = 6

Fit the page's bounding box width within the window.

FitBoundingBoxVertically = 7

Fit the page's bounding box height within the window.

FitHorizontally = 2

Fit the entire page width within the window.

FitPage = 1

Fit the entire page within the window.

FitRectangle = 4

Fit the rectangle specified by the ExplicitDestinationCoordinates within the window.

FitVertically = 3

Fit the entire page height within the window.

XyzCoordinates = 0

Display the page with the given top left coordinates and zoom level.