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 29: Line 29:
 
;OpModifyBookm_Opened
 
;OpModifyBookm_Opened
 
:Specifies that the bookmark's opened state will be modified.
 
:Specifies that the bookmark's opened state will be modified.
 
== See Also ==
 

Revision as of 06:13, 23 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.