PXV_DocHighlightType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXV_DocHighlightType Enumeration}}
 
{{#customTitle:PXV_DocHighlightType Enumeration}}
 +
{{#parentPage:PXV:PXV|PXV_DocHighlightType Enumeration|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 10:
 
<pre class="brush:cpp;gutter:false">enum PXV_DocHighlightType
 
<pre class="brush:cpp;gutter:false">enum PXV_DocHighlightType
 
{
 
{
     PXV_DocHighlight_Unknown = 0;
+
     PXV_DocHighlight_Unknown = 0;
     PXV_DocHighlight_Page = 1;
+
     PXV_DocHighlight_Page     = 1;
 
     PXV_DocHighlight_Bookmark = 2;
 
     PXV_DocHighlight_Bookmark = 2;
     _PXV_DocHighlight_Max_ = 3;
+
     _PXV_DocHighlight_Max_   = 3;
 
};
 
};
 
</pre>
 
</pre>

Revision as of 07:02, 23 April 2015


Specifies the ...

Syntax

enum PXV_DocHighlightType
{
    PXV_DocHighlight_Unknown  = 0;
    PXV_DocHighlight_Page     = 1;
    PXV_DocHighlight_Bookmark = 2;
    _PXV_DocHighlight_Max_    = 3;
};

Constants

PXV_DocHighlight_Unknown
The ...
PXV_DocHighlight_Page
The ...
PXV_DocHighlight_Bookmark
The ...
_PXV_DocHighlight_Max_
The ...

See Also

See also ...