PXC_OpModifyBookmMaskFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_OpModifyBookmMaskFlags Enumeration}}
 
{{#customTitle:PXC_OpModifyBookmMaskFlags Enumeration}}

Revision as of 08:16, 20 May 2015


Specifies the flags used in the modify bookmarks operation.

Syntax

enum PXC_OpModifyBookmMaskFlags
{
    OpModifyBookm_Title   = 1,
    OpModifyBookm_Style   = 2,
    OpModifyBookm_Color   = 4,
    OpModifyBookm_Actions = 8,
    OpModifyBookm_Opened  = 16,
};

Constants

OpModifyBookm_Title
Specifies that the bookmark's title will be modified.
OpModifyBookm_Style
Specified that the style of the bookmark's title will be modified.
OpModifyBookm_Color
Specifies that the bookmark's color will be modified.
OpModifyBookm_Actions
Specifies that the bookmark's actions list will be modified.
OpModifyBookm_Opened
Specifies that the bookmark's opened state will be modified.

See Also