ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFDestination Class / GetRect Method




In This Topic
    GetRect Method
    In This Topic
    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