Canvas::BlankPage method¶
Create a blank page on the canvas with the specified properties.
Prototype¶
void BlankPage(int width, int height, string options)
void BlankPage(int width, int height, string options) throws IGRException;
def BlankPage(self, width: int, height: int, options: string) -> void
void BlankPage(int width, int height, std::wstring options)
HRESULT BlankPage([in] int width, [in] int height, [in] BSTR options)
Parameters¶
width: int
: The width of the new page, in pixels.
height: int
: The height of the new page, in pixels.
options: string
: Canvas processing options to use when creating the new page.