'Declaration
<DispIdAttribute(275)> Function GetPageImageResolution( _ ByVal ImageIdx As Integer, _ ByRef HorizontalResolution As Single, _ ByRef VerticalResolution As Single _ ) As GdPictureStatus
[DispId(275)] GdPictureStatus GetPageImageResolution( int ImageIdx, ref float HorizontalResolution, ref float VerticalResolution )
function GetPageImageResolution( ImageIdx: Integer; var HorizontalResolution: Single; var VerticalResolution: Single ): GdPictureStatus;
DispIdAttribute(275) function GetPageImageResolution( ImageIdx : int, HorizontalResolution : float, VerticalResolution : float ) : GdPictureStatus;
[DispId(275)] GdPictureStatus GetPageImageResolution( int ImageIdx, ref float HorizontalResolution, ref float VerticalResolution )
[DispId(275)] GdPictureStatus GetPageImageResolution( int ImageIdx, float% HorizontalResolution, float% VerticalResolution )
Parameters
- ImageIdx
- HorizontalResolution
- VerticalResolution