PXV_DocHighlightType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(4 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|PXV_DocHighlightType Enumeration|enum}}
+
{{#parentPage:PXV:PXV_Enumerations|PXV_DocHighlightType|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 13: Line 14:
 
     PXV_DocHighlight_Page    = 1,
 
     PXV_DocHighlight_Page    = 1,
 
     PXV_DocHighlight_Bookmark = 2,
 
     PXV_DocHighlight_Bookmark = 2,
    _PXV_DocHighlight_Max_    = 3,
 
 
};
 
};
 
</pre>
 
</pre>
Line 23: 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