'Declaration
Public Function GetPageImageSize( _ ByVal ImageIdx As Integer, _ ByRef Width As Integer, _ ByRef Height As Integer _ ) As GdPictureStatus
public GdPictureStatus GetPageImageSize( int ImageIdx, ref int Width, ref int Height )
public function GetPageImageSize( ImageIdx: Integer; var Width: Integer; var Height: Integer ): GdPictureStatus;
public function GetPageImageSize( ImageIdx : int, Width : int, Height : int ) : GdPictureStatus;
public: GdPictureStatus GetPageImageSize( int ImageIdx, ref int Width, ref int Height )
public: GdPictureStatus GetPageImageSize( int ImageIdx, int% Width, int% Height )
Parameters
- ImageIdx
- Width
- Height