interop::P dfRenderParams 函数 (windows.data.pdf.interop.h)

填充 PDF_RENDER_PARAMS 结构。 PDF_RENDER_PARAMS 结构表示一组属性,用于输出可移植文档格式 (PDF) 文件的单个页面。

语法

PDF_RENDER_PARAMS PdfRenderParams(
  [in] const D2D_RECT_F &  srcRect,
  [in] UINT32              destinationWidth,
  [in] UINT32              destinationHeight,
  [in] const D2D_COLOR_F & bkColor,
  [in] BOOLEAN             ignoreHighContrast
);

参数

[in] srcRect

原始页面的矩形部分,由D2D_RECT_F结构的左上角和右下角 x 坐标和 y 坐标定义。 所有坐标的默认值为 0.f。

[in] destinationWidth

页面的指定宽度。 默认值为 0.f。

[in] destinationHeight

页面的指定高度。 默认值为 0.f。

[in] bkColor

页面的指定背景色。 默认值为 {1.f、1.f、1.f、1.f},分别表示红色、绿色、蓝色和 alpha 通道的值 1.0。 这些值一起表示完全不透明时的白色。

[in] ignoreHighContrast

如果为 False,则使用系统的高对比度显示设置;否则为 true。 默认值为 true。

返回值

表示一组属性,用于输出可移植文档格式 (PDF) 文件的单个页面。

要求

要求
最低受支持的客户端 Windows 8.1 [仅限桌面应用]
最低受支持的服务器 Windows Server 2012 R2 [仅限桌面应用]
目标平台 Windows
标头 windows.data.pdf.interop.h
Library Windows.data.pdf.lib
DLL Windows.Data.Pdf.dll