CadPageSave
Saves a single page (layout) to a file.
std::int32_t CadPageSave (
YuHandle hDwg,
YuHandle hPage,
const char* szFileName
);
Parameters
- hDwg (YuHandle)
- Handle to the drawing, as returned by
CadCreate. - hPage (YuHandle)
- Handle to the page (layout).
- szFileName (const char*)
- NUL-terminated UTF-8 string.
Return Value
Nonzero (TRUE) on success, 0 (FALSE) on failure.