PXV_DocHighlightType Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXV_DocHighlightType Enumeration}} | {{#customTitle:PXV_DocHighlightType Enumeration}} | ||
− | {{#parentPage:PXV:PXV_Enumerations|PXV_DocHighlightType | + | {{#parentPage:PXV:PXV_Enumerations|PXV_DocHighlightType|enum}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 14: | Line 14: | ||
PXV_DocHighlight_Page = 1, | PXV_DocHighlight_Page = 1, | ||
PXV_DocHighlight_Bookmark = 2, | PXV_DocHighlight_Bookmark = 2, | ||
− | |||
}; | }; | ||
</pre> | </pre> | ||
Line 24: | Line 23: | ||
:The ... | :The ... | ||
;PXV_DocHighlight_Bookmark | ;PXV_DocHighlight_Bookmark | ||
− | |||
− | |||
:The ... | :The ... | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXV_Document_AddNewHighlighter|IPXV_Document::AddNewHighlighter]], [[PXV:IPXV_DocHighlighter_Type|IPXV_DocHighlighter::Type]] |
Latest revision as of 00: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 ...