Close

Relief for ODA Team in Ukraine

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

Sets the properties of the page for printing. 

 

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

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

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