Pages & Layouts
Pages (paper-space layouts) and floating viewports.
14 functions.
CadAddVportVecad CadAddVport(hDwg, X, Y, W, H) — add a paper-space viewport that shows this drawing's OWN model space (unlike CadAddViewport, which shows the host's engineering data).
CadPageCopyCopies a page (layout) from one drawing to another.
CadPageGetHeightReturns the height of the page (layout).
CadPageGetIDReturns the i d of the page (layout).
CadPageGetNameReturns the name of the page (layout).
CadPageGetOrientReturns the orient of the page (layout).
CadPageGetSizeReturns the size of the page (layout).
CadPageGetWidthReturns the width of the page (layout).
CadPagePutHeightSets the height of the page (layout).
CadPagePutNameSets the name of the page (layout).
CadPagePutOrientSets the orient of the page (layout).
CadPagePutSizeSets the size of the page (layout).
CadPagePutWidthSets the width of the page (layout).
CadPageSaveSaves a single page (layout) to a file.