PXC_NoteIconType Enumeration

From PDF XChange PDF SDK
Revision as of 08:58, 24 March 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Specifies the ...

Syntax

enum PXC_NoteIconType
{
    NI_Unknown = 0;
    NI_Checkmark = 1;
    NI_Circle = 2;
    NI_Comment = 3;
    NI_Cross = 4;
    NI_Help = 5;
    NI_Insert = 6;
    NI_Key = 7;
    NI_NewParagraph = 8;
    NI_TextNote = 9;
    NI_Paragraph = 10;
    NI_RightArrow = 11;
    NI_RightPointer = 12;
    NI_Star = 13;
    NI_UpArrow = 14;
    NI_UpLeftArrow = 15;
    _NI_Last_ = 16;
};

Constants

NI_Unknown
The ...
NI_Checkmark
The ...
NI_Circle
The ...
NI_Comment
The ...
NI_Cross
The ...
NI_Help
The ...
NI_Insert
The ...
NI_Key
The ...
NI_NewParagraph
The ...
NI_TextNote
The ...
NI_Paragraph
The ...
NI_RightArrow
The ...
NI_RightPointer
The ...
NI_Star
The ...
NI_UpArrow
The ...
NI_UpLeftArrow
The ...
_NI_Last_
The ...

See Also

See also ...