DrawRotatedCapturedPage
页面布局, 页面操作
说明
本页介绍 PDFlibPas 中属于“页面布局, 页面操作”主题的 DrawRotatedCapturedPage。API 名称、参数、类名、文件名和字面量保持原样,以便和 Delphi 库及 DLL 入口点完全对应。
调用函数前请查看语法、参数和返回值。代码块保留原始形式,便于示例直接复制使用。
语法
Delphi
Function TPDFlib.DrawRotatedCapturedPage(CaptureID: Integer; Left, Bottom, Width, Height, Angle: Double): Integer;
ActiveX
Function PDFlib::DrawRotatedCapturedPage(CaptureID As Long, Left As Double, Bottom As Double, Width As Double, Height As Double, Angle As Double) As Long
DLL
int DLDrawRotatedCapturedPage(int InstanceID, int CaptureID, double Left, double Bottom, double Width, double Height, double Angle);
参数
| CaptureID | CaptureID 是 DrawRotatedCapturedPage 的参数。请使用签名中显示的类型,并提供与当前 PDF 文档、所选页面或活动资源一致的值。 |
|---|---|
| Left | Left 定义当前页面单位下的坐标、尺寸或度量值。 |
| Bottom | Bottom 定义当前页面单位下的坐标、尺寸或度量值。 |
| Width | Width 定义当前页面单位下的坐标、尺寸或度量值。 |
| Height | Height 定义当前页面单位下的坐标、尺寸或度量值。 |
| Angle | Angle 定义当前页面单位下的坐标、尺寸或度量值。 |
返回值
| 0 | 此值说明 DrawRotatedCapturedPage 的调用结果。通常非零值表示成功,0 表示操作未完成。 |
|---|---|
| 1 | 此值说明 DrawRotatedCapturedPage 的调用结果。通常非零值表示成功,0 表示操作未完成。 |