PXC_NoteIconType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXC_NoteIconType Enumeration}}
 
{{#customTitle:PXC_NoteIconType Enumeration}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...

Revision as of 22:54, 20 April 2015


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 ...