PageSize

PageSize(PaperSizeFormat)

初始化此类的新实例,可用于设置生成图像的页面大小。

public PageSize(PaperSizeFormat paperSizeFormat)
范围类型描述
paperSizeFormatPaperSizeFormatPaperSizeFormat.

也可以看看


PageSize(float, float)

初始化此类的新实例,可用于设置生成图像的页面大小。

public PageSize(float width, float height)
范围类型描述
widthSingle生成图像的页面宽度(以磅为单位)。
heightSingle生成图像的页面高度(以磅为单位)。

也可以看看