PXV_DocHighlightType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXV_DocHighlightType Enumeration}}
 
{{#customTitle:PXV_DocHighlightType Enumeration}}
 +
{{#parentPage:PXV:PXV_Enumerations|PXV_DocHighlightType|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 11:
 
<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;
+
 
};
 
};
 
</pre>
 
</pre>
Line 22: Line 23:
 
:The ...
 
:The ...
 
;PXV_DocHighlight_Bookmark
 
;PXV_DocHighlight_Bookmark
:The ...
 
;_PXV_DocHighlight_Max_
 
 
:The ...
 
:The ...
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:IPXV_Document_AddNewHighlighter|IPXV_Document::AddNewHighlighter]], [[PXV:IPXV_DocHighlighter_Type|IPXV_DocHighlighter::Type]]

Latest revision as of 01:00, 5 June 2015


Specifies the ...

Syntax

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

Constants

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

See Also

IPXV_Document::AddNewHighlighter, IPXV_DocHighlighter::Type