PXV_CommentStyleIconSizes Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 +
{{#customTitle:PXV_CommentStyleIconSizes Enumeration}}
 +
{{#parentPage:PXV:PXV_Enumerations|PXV_CommentStyleIconSizes|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
 +
 +
Specifies the ...
 +
 +
== Syntax ==
 +
<pre class="brush:cpp;gutter:false">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,
 +
};
 +
</pre>
 +
 +
== 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 ...

Latest revision as of 01:35, 20 October 2015


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 ...