FitRExplicitDestination

FitRExplicitDestination

Overview

FitRExplicitDestination is a class in Aspose.PDF FOSS for .NET. Inherits from: ExplicitDestination.

FitR rectangle destination (/FitR).

This class provides 5 methods for working with FitRExplicitDestination objects in .NET programs. Available methods include: CreateDestination, FitRExplicitDestination, ToString. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: Bottom, Left, Page, PageNumber, Right, Top, and 1 more.

Properties

NameTypeAccessDescription
LeftdoubleReadGets the left.
BottomdoubleReadGets the bottom.
RightdoubleReadGets the right.
TopdoubleReadGets the top.
PageNumberintReadTarget page number (1-based).
TypestringReadThe destination type name (Fit, XYZ, FitH, etc).
PagePage?ReadThe target page (API parity).

Methods

SignatureDescription
FitRExplicitDestination(page: Page, left: double, bottom: double, right: double, top: double)Calls FitRExplicitDestination on this FitRExplicitDestination instance.
FitRExplicitDestination(pageNumber: int, left: double, bottom: double, right: double, top: double)
FitRExplicitDestination(document: Document, pageNumber: int, left: double, bottom: double, right: double, top: double)
ToString()Calls ToString on this FitRExplicitDestination instance.
CreateDestination(pageNumber: int, type: ExplicitDestinationType, values: double[])Factory: create the concrete destination subclass for type on pageNumber.

See Also