PXV_SearchPtrChunkType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:PXV_SearchPtrChunkType Enumeration}}
 
{{#customTitle:PXV_SearchPtrChunkType Enumeration}}
Line 46: Line 47:
  
 
== See Also ==
 
== See Also ==
See also ...
+
...

Revision as of 08:21, 20 May 2015


Specifies the ...

Syntax

enum PXV_SearchPtrChunkType
{
    PXV_SearchPtrChunk_Document   = 0,
    PXV_SearchPtrChunk_Page       = 1,
    PXV_SearchPtrChunk_Bookmark   = 2,
    PXV_SearchPtrChunk_Annotation = 3,
    PXV_SearchPtrChunk_DocInfo    = 4,
    PXV_SearchPtrChunk_Attachment = 5,
    PXV_SearchPtrChunk_XMP        = 16,
    PXV_SearchPtrChunk_JPEGExif   = 32,
    PXV_SearchPtrChunk_Object     = 48,
    _PXV_SearchPtrChunk_Max_      = 49,
};

Constants

PXV_SearchPtrChunk_Document
The ...
PXV_SearchPtrChunk_Page
The ...
PXV_SearchPtrChunk_Bookmark
The ...
PXV_SearchPtrChunk_Annotation
The ...
PXV_SearchPtrChunk_DocInfo
The ...
PXV_SearchPtrChunk_Attachment
The ...
PXV_SearchPtrChunk_XMP
The ...
PXV_SearchPtrChunk_JPEGExif
The ...
PXV_SearchPtrChunk_Object
The ...
_PXV_SearchPtrChunk_Max_
The ...

See Also

...