![]() |
MKI_PAGEGUIDE_* (Page Guide Line Display Flag) Changed in Version 2023.1 |
www.CAD6.com |
A bit-wise OR mask that determines which page guide lines shall be displayed. It can be any combination of the following values:
MKI_PAGEGUIDE_ACTIVE (0x00000001) Activate and display all guide lines according to the other flags. If this flag is not set, all other flags will be ignored.
MKI_PAGEGUIDE_MARGINLEFT (0x00000002) Display the left margin according to m_dMarginLeft.
MKI_PAGEGUIDE_MARGINTOP (0x00000004) Display the top margin according to m_dMarginTop.
MKI_PAGEGUIDE_MARGINRIGHT (0x00000008) Display the right margin according to m_dMarginRight.
MKI_PAGEGUIDE_MARGINBOTTOM (0x00000010) Display the bottom margin according to m_dMarginBottom.
MKI_PAGEGUIDE_COLUMNFRAME (0x00000020) Display the columns' frame according to m_nColumns and m_dMarginColumn.
MKI_PAGEGUIDE_COLUMNCENTER (0x00000040) Display the columns' vertical center line (only if MKI_PAGEGUIDE_COLUMNFRAME is set, too)
MKI_PAGEGUIDE_LINES (0x00000080) Display the text lines according to m_dLineDistance.
MKI_PAGEGUIDE_COLOR (0x00000100) Uses the color in m_cGuidecolor to display the guide lines. Otherwise, the system default color will be used.
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH