PXC_NoteIconType Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:PXC_NoteIconType Enumeration}} | {{#customTitle:PXC_NoteIconType Enumeration}} | ||
− | {{#parentPage:PXV:PXC_Enumerations|PXC_NoteIconType | + | {{#parentPage:PXV:PXC_Enumerations|PXC_NoteIconType|enum}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} |
Latest revision as of 10:36, 23 May 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 ...