Aspose::Page::EPS::PsDocument::OpenPage メソッド
PsDocument::OpenPage(float, float) method
新しいページを作成し、現在のページにします。
void Aspose::Page::EPS::PsDocument::OpenPage(float width, float height)
| パラメーター | 型 | 説明 |
|---|---|---|
| width | 単精度浮動小数点数 | 新しいページの幅。 |
| height | 単精度浮動小数点数 | 新しいページの高さ。 |
参照
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++
PsDocument::OpenPage(System::String) method
ドキュメントのサイズで新しいページを作成し、現在のページにします。
void Aspose::Page::EPS::PsDocument::OpenPage(System::String pageName=nullptr)
| パラメーター | 型 | 説明 |
|---|---|---|
| pageName | System::String | 新しいページの名前。nullの場合、ページの名前はページの順序番号になります。 |
参照
- Class String
- Class PsDocument
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++