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?)
Create a new ExplicitDestinationCoordinates.
public ExplicitDestinationCoordinates(decimal? left)
Parameters
left
decimal?
ExplicitDestinationCoordinates(decimal?, decimal?)
Create a new ExplicitDestinationCoordinates.
public ExplicitDestinationCoordinates(decimal? left, decimal? top)
Parameters
ExplicitDestinationCoordinates(decimal?, decimal?, decimal?, decimal?)
Create a new ExplicitDestinationCoordinates.
public ExplicitDestinationCoordinates(decimal? left, decimal? top, decimal? right, decimal? bottom)
Parameters
Properties
Bottom
The bottom edge of the region to display.
public decimal? Bottom { get; }
Property Value
Empty
An empty set of coordinates where no values have been set.
public static ExplicitDestinationCoordinates Empty { get; }
Property Value
Left
The left side of the region to display.
public decimal? Left { get; }
Property Value
Right
The right side of the region to display
public decimal? Right { get; }
Property Value
Top
The top edge of the region to display.
public decimal? Top { get; }