ImageGear .NET - Updated May 1, 2018
GetRect Method




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFDestination Class : GetRect Method
Gets the destination rectangle.
Syntax
'Declaration
 
Public Function GetRect() As ImGearPDFFixedRect
 
'Usage
 
Dim instance As ImGearPDFDestination
Dim value As ImGearPDFFixedRect
 
value = instance.GetRect()

Return Value

The destination's rectangle specified in user space coordinates.
Remarks
Applies only to EXPLICIT type of destination.
See Also

Reference

ImGearPDFDestination Class
ImGearPDFDestination Members
ImGearPDFFixedRect Class