Close

Relief for ODA Team in Ukraine

Learn more
ODA Mechanical SDK
AcmBOMStd::getPrnPageProp Method
Syntax
C++
OdResult getPrnPageProp(bool& titleUsed, OdString& titleText, bool& centered) const;

Gets the properties of the page for printing. 

 

Parameters
Description
titleUsed
[out] Receives true if a title is used, false otherwise.
titleText
[out] Receives the title text.
centered
[out] Receives true if centered, false otherwise.

Returns eOk if the properties of the page for printing are returned successfully, or the appropriate error code otherwise.

Copyright © 2002-2022. Open Design Alliance All rights reserved.