Table of Contents

Class ExplicitDestinationCoordinates

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

The coordinates of the region to display for a ExplicitDestination.

public class ExplicitDestinationCoordinates
Inheritance
ExplicitDestinationCoordinates
Inherited Members

Constructors

ExplicitDestinationCoordinates(decimal?)

public ExplicitDestinationCoordinates(decimal? left)

Parameters

left decimal?

ExplicitDestinationCoordinates(decimal?, decimal?)

public ExplicitDestinationCoordinates(decimal? left, decimal? top)

Parameters

left decimal?
top decimal?

ExplicitDestinationCoordinates(decimal?, decimal?, decimal?, decimal?)

public ExplicitDestinationCoordinates(decimal? left, decimal? top, decimal? right, decimal? bottom)

Parameters

left decimal?
top decimal?
right decimal?
bottom decimal?

Properties

Bottom

The bottom edge of the region to display.

public decimal? Bottom { get; }

Property Value

decimal?

Empty

An empty set of coordinates where no values have been set.

public static ExplicitDestinationCoordinates Empty { get; }

Property Value

ExplicitDestinationCoordinates

Left

The left side of the region to display.

public decimal? Left { get; }

Property Value

decimal?

Right

The right side of the region to display

public decimal? Right { get; }

Property Value

decimal?

Top

The top edge of the region to display.

public decimal? Top { get; }

Property Value

decimal?