ImageGear for .NET
ImGearPDFDestination Constructor
See Also  Send Feedback
ImageGear21.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFDestination Class : ImGearPDFDestination Constructor




document
The document in which the destination is used.
page
The destination page.
fitType
Destination fit type. Must be one of the View Destination Fit Types.
rect
Destination rectangle, specified in user space coordinates. The appropriate information will be extracted from rect, depending on fitType, to create the destination. All four of rect's components should be set.
zoom
The zoom factor to set for the destination. Used only if fitType is XYZ.
pageNumber
Page number of the destination's page.

Glossary Item Box

Initializes a new instance of the ImGearPDFDestination class.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

document
The document in which the destination is used.
page
The destination page.
fitType
Destination fit type. Must be one of the View Destination Fit Types.
rect
Destination rectangle, specified in user space coordinates. The appropriate information will be extracted from rect, depending on fitType, to create the destination. All four of rect's components should be set.
zoom
The zoom factor to set for the destination. Used only if fitType is XYZ.
pageNumber
Page number of the destination's page.

Return Value

The new instance of ImGearPDFDestination class object.

See Also

©2013. Accusoft Corporation. All Rights Reserved.