PXV_DocHighlightType Enumeration

From PDF XChange PDF SDK
Revision as of 10:40, 23 May 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


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

IPXV_Document::AddNewHighlighter, IPXV_DocHighlighter::Type