ImageGear .NET v25.0 - Updated
GetRect Method




ImageGear.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()
public ImGearPDFFixedRect GetRect()
public: ImGearPDFFixedRect* GetRect(); 
public:
ImGearPDFFixedRect^ 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