PXV_CommentStyleIconSizes Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search


Specifies the ...

Syntax

enum PXV_CommentStyleIconSizes
{
    PXV_CommentStyleIcon_Small       = 1,
    PXV_CommentStyleIcon_Medium      = 2,
    PXV_CommentStyleIcon_Large       = 4,
    PXV_CommentStyleIcon_ExtraLarge  = 8,
    PXV_CommentStyleIcon_Thumbnail   = 16,
    _PXV_CommentStyleIcon_ValidMask_ = 31,
};

Constants

PXV_CommentStyleIcon_Small
The ...
PXV_CommentStyleIcon_Medium
The ...
PXV_CommentStyleIcon_Large
The ...
PXV_CommentStyleIcon_ExtraLarge
The ...
PXV_CommentStyleIcon_Thumbnail
The ...
_PXV_CommentStyleIcon_ValidMask_
The ...