PXV_CommentStylesChangesFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
(No difference)

Revision as of 03:40, 1 May 2015


Specifies the ...

Syntax

enum PXV_CommentStylesChangesFlags
{
    PXV_CommentStyles_Deleted  = 1;
    PXV_CommentStyles_Added    = 2;
    PXV_CommentStyles_NewProps = 4;
    PXV_CommentStyles_NewIcons = 8;
    PXV_CommentStyles_Current  = 16;
    PXV_CommentStyles_Custom   = 32;
    PXV_CommentStyles_NewName  = 64;
    PXV_CommentStyles_NewDesc  = 128;
};

Constants

PXV_CommentStyles_Deleted
The ...
PXV_CommentStyles_Added
The ...
PXV_CommentStyles_NewProps
The ...
PXV_CommentStyles_NewIcons
The ...
PXV_CommentStyles_Current
The ...
PXV_CommentStyles_Custom
The ...
PXV_CommentStyles_NewName
The ...
PXV_CommentStyles_NewDesc
The ...

See Also

See also ...