PdfDestinationFitHeightAction Method |
A factory method for making a PdfGoToViewAction with a PdfDestination with FitHeight as its
PageFitMode
Namespace:
Atalasoft.PdfDoc
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public static PdfGoToViewAction FitHeightAction(
int pageIndex,
Nullable<double> left
)
Public Shared Function FitHeightAction (
pageIndex As Integer,
left As Nullable(Of Double)
) As PdfGoToViewAction
Parameters
- pageIndex
- Type: SystemInt32
Index of the page. - left
- Type: SystemNullableDouble
Specifies the left most edge of the view in PDF page coordinates. Setting
this to null with instruct the viewer to use its default.
Return Value
Type:
PdfGoToViewActionA new
PdfGoToViewActionSee Also