PXV_CommentStyleIconSizes Enumeration

From PDF XChange PDF SDK
Revision as of 01:35, 20 October 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 ...