In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / GetActionPageDestination Method

GetActionPageDestination Method (IGdPicturePDF)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(140)>

Function GetActionPageDestination( _

   ByVal ActionID As Integer, _

   ByRef DestinationType As PdfDestinationType, _

   ByRef Page As Integer, _

   ByRef Left As Single, _

   ByRef Bottom As Single, _

   ByRef Right As Single, _

   ByRef Top As Single, _

   ByRef Zoom As Single _

) As GdPictureStatus
[DispId(140)]

GdPictureStatus GetActionPageDestination( 

   int ActionID,

   ref PdfDestinationType DestinationType,

   ref int Page,

   ref float Left,

   ref float Bottom,

   ref float Right,

   ref float Top,

   ref float Zoom

)
function GetActionPageDestination( 

    ActionID: Integer;

   var  DestinationType: PdfDestinationType;

   var  Page: Integer;

   var  Left: Single;

   var  Bottom: Single;

   var  Right: Single;

   var  Top: Single;

   var  Zoom: Single

): GdPictureStatus; 
DispIdAttribute(140)

function GetActionPageDestination( 

   ActionID : int,

   DestinationType : PdfDestinationType,

   Page : int,

   Left : float,

   Bottom : float,

   Right : float,

   Top : float,

   Zoom : float

) : GdPictureStatus;
[DispId(140)]

GdPictureStatus GetActionPageDestination( 

   int ActionID,

   ref PdfDestinationType DestinationType,

   ref int Page,

   ref float Left,

   ref float Bottom,

   ref float Right,

   ref float Top,

   ref float Zoom

) 
[DispId(140)]

GdPictureStatus GetActionPageDestination( 

   int ActionID,

   PdfDestinationType% DestinationType,

   int% Page,

   float% Left,

   float% Bottom,

   float% Right,

   float% Top,

   float% Zoom

) 

Parameters

ActionID
DestinationType
Page
Left
Bottom
Right
Top
Zoom
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF
IGdPicturePDF Members