Close

Relief for ODA Team in Ukraine

Learn more
ODA Mechanical SDK
AcmBOMStd::getPrnMargins Method
Syntax
C++
OdResult getPrnMargins(OdInt32& bottom, OdInt32& left, OdInt32& right, OdInt32& top) const;

Gets the margins for the print pages. 

 

Parameters
Description
bottom
[out] Receives the value for the bottom margin.
left
[out] Receives the value for the left margin.
right
[out] Receives the value for the right margin.
top
[out] Receives the value for the top margin.

Returns eOk if the margins for the print pages are returned successfully, or the appropriate error code otherwise.

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