ImageDevice.OpenPage

OpenPage(string)

ページ レンダリングの前にデバイスの必要な準備を行います。

public virtual bool OpenPage(string title)
パラメータタイプ説明
titleStringページのタイトル。

戻り値

常に真実。

関連項目


OpenPage(float, float)

各ページをレンダリングする前に、デバイスの必要な準備を行います.

public virtual bool OpenPage(float width, float height)
パラメータタイプ説明
widthSingleページの幅。
heightSingleページの高さ。

戻り値

常に真実。

関連項目