ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / ArtX Component API Reference / ArtX Component Enumerations Reference / enumIGArtXAttrPage
In This Topic
    enumIGArtXAttrPage
    In This Topic

    This enumeration identifies attributes of ArtX pages.

    Values:

    IG_ARTX_ATTR_PAGE_LEGACY_DRAW_STYLE

    This flag, when set to TRUE, activates the legacy style arrow head drawing.

    Type: AT_BOOL

    Default Value: FALSE

    IG_ARTX_ATTR_PAGE_SHOW_LOCKS

    Identifies visibility of lock icon for locked annotations on page.

    Type: AT_BOOL

    Default Value: FALSE

    IG_ARTX_ATTR_PAGE_DISABLE_PPM_FOR_FONTS

    Identifies whether the resolution of underlying image affects drawing of text and RTF annotations on page. Set to FALSE (default value) to enable using image resolution for scaling font size for text and rich text marks; TRUE otherwise.

    Type: AT_BOOL

    Default Value: FALSE

    IG_ARTX_ATTR_PAGE_SHADOW_FONTS

    Identifies shadow font attribute of page. It specifies how to draw text annotation (text, button, and so on).

    Type: AT_BOOL

    Default Value: FALSE

    IG_ARTX_ATTR_PAGE_WANG_LOAD_COMPATIBILITY

    Identifies Wang load compatibility attribute of page. When set to TRUE, only Wang-compatible annotations will be loaded into page.

    Type: AT_BOOL

    Default Value: FALSE

    IG_ARTX_ATTR_PAGE_FULL_TEXTMARKS_SELECT

    Identifies attributes that respond for text mark hit test functionality. When set to TRUE, all areas within text bounding rectangle are considered as annotation area. When set to FALSE, only area occupied by text glyphs is considered as internal for the mark.

    Type: AT_BOOL

    Default Value: FALSE

    IG_ARTX_ATTR_PAGE_BURN_IN_THRESHOLD

    This attribute is used in IG_ARTX_page_burn_in function. It specifies how to reduce full color annotations to a monochrome colorspace.

    Type: AT_INT

    Default Value: 128

    Valid Values: 0-255