FitHExplicitDestination

FitHExplicitDestination

Overview

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

Fit horizontally at /Top (/FitH).

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

Properties

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

Methods

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

See Also