'Declaration
Public Function OverlayPage_2( _ ByVal FromPDF As GdPicturePDF, _ ByVal PageNo As Integer, _ ByVal DstX As Single, _ ByVal DstY As Single, _ ByVal ScaleX As Single, _ ByVal ScaleY As Single _ ) As GdPictureStatus
public GdPictureStatus OverlayPage_2( GdPicturePDF FromPDF, int PageNo, float DstX, float DstY, float ScaleX, float ScaleY )
public function OverlayPage_2( FromPDF: GdPicturePDF; PageNo: Integer; DstX: Single; DstY: Single; ScaleX: Single; ScaleY: Single ): GdPictureStatus;
public function OverlayPage_2( FromPDF : GdPicturePDF, PageNo : int, DstX : float, DstY : float, ScaleX : float, ScaleY : float ) : GdPictureStatus;
public: GdPictureStatus OverlayPage_2( GdPicturePDF* FromPDF, int PageNo, float DstX, float DstY, float ScaleX, float ScaleY )
public: GdPictureStatus OverlayPage_2( GdPicturePDF^ FromPDF, int PageNo, float DstX, float DstY, float ScaleX, float ScaleY )
Parameters
- FromPDF
- PageNo
- DstX
- DstY
- ScaleX
- ScaleY