int API_EPOINT IN_SetHotspotPromptDataFlag( IN_BOOL flagState );
int API_EPOINT IN_SetHighlightBoxColor( ULONG color);
int API_EPOINT IN_SetPrintOptions( USHORT merge, USHORT banner, USHORT center, USHORT dither, USHORT bilevel, USHORT scaleType, USHORT mode, IN_BOOL writeToINI );
/* Document Window Operations */
int API_EPOINT IN_ArrangeDocumentWindows( SHORT arrangement );
int API_EPOINT IN_CloseDocumentWindow( IN_DOCWIN docwinID, IN_BOOL saveCheck );
int API_EPOINT IN_ShowTextMatch( IN_DOCWIN docwinID, IN_BOOL state );
int API_EPOINT IN_Deskew( IN_OBJECT objectID, DOUBLE angle, IN_DOCWIN_PTR pNewDocwinID );
int API_EPOINT IN_Despeckle( IN_OBJECT objectID, SHORT speckleSize, IN_DOCWIN_PTR pNewDocwinID );
int API_EPOINT IN_FaxDocumentWindow( IN_DOCWIN docwinID, CHARPTR phoneNumber, SHORT pageRange, SHORT firstPage, SHORT lastPage, SHORT mode, SHORT resolution, SHORT tile, SHORT scale, SHORT orientation, SHORT maxLen, CHARPTR fileName );
int API_EPOINT IN_FindTextMatch( IN_DOCWIN docwinID, CHARPTR text, SHORT flags, SHORT direction );
int API_EPOINT IN_GetDeskewLimits( IN_OBJECT objectID, DOUBLEPTR pMaxAngle );
int API_EPOINT IN_GetDirtyPageIDs( IN_DOCWIN pDocwinID, SHORT maxPageIDs, SHORTPTR pPageCount, IN_PAGE_PTR pPageIDs );
int API_EPOINT IN_GetDocumentWindowRefresh( IN_DOCWIN docwinID, SHORTPTR pRefreshFlag );
int API_EPOINT IN_GuessDeskewAngle( IN_OBJECT objectID, DOUBLEPTR pSkewAngle );
int API_EPOINT IN_Merge( IN_OBJECT objectID, SHORT mergeType, SHORT xResolution, SHORT yResolution, IN_BOOL bColor, IN_BOOL bDither, IN_OBJECT_PTR pNewDocwinID );
int API_EPOINT IN_MoveDocumentWindow( IN_DOCWIN docwinID, SHORT x1, SHORT y1, SHORT dx, SHORT dy );
int API_EPOINT IN_MoveIMWindow( SHORT x1, SHORT y1, SHORT dx, SHORT dy );
int API_EPOINT IN_HandleExternalDocumentWindow( IN_DOCWIN docwinID, int initialMode );
int API_EPOINT IN_SetExtDocumentWindowMode( IN_DOCWIN docwinID, int mode );
int API_EPOINT IN_GetExtDocumentWindowMode( IN_DOCWIN docwinID, INTPTR pMode );
int API_EPOINT IN_ResetExternalDocumentWindowSize( IN_DOCWIN docwinID );
int API_EPOINT IN_OCRRegion( IN_DOCWIN docwinID, CHARPTR fileName, SHORT formatID, SHORT unitType, LONG x1, LONG y1, LONG x2, LONG y2 );
int API_EPOINT IN_OpenExternalDocumentWindow( IN_DOCWIN docwinID, SHORT location, CHARPTR szFilename, CHARPTR title, USHORT flags );
int API_EPOINT IN_PrintAreaDocumentWindow( IN_DOCWIN docwinID, USHORT unitType, long x1, long y1, long x2, long y2, IN_BOOL printBanner );
int API_EPOINT IN_PrintDocumentWindow( IN_DOCWIN docwinID, SHORT inprnType, SHORT useDialog, SHORT inpageRange, SHORT firstPage, SHORT lastPage, SHORT numCopies, SHORT inmode, SHORT tile, SHORT inScaleMode, SHORT inOrientation, IN_BOOL printBanner );
int API_EPOINT IN_Refresh( IN_DOCWIN docwinID );
int API_EPOINT IN_RegisterExternalDocumentWindow( HWND hWnd, IN_DOCWIN_PTR pDocwinID );
int API_EPOINT IN_RelativeMeasure( IN_DOCWIN docwinID, SHORT action );
int API_EPOINT IN_DeleteObject( IN_OBJECT objectID );
int API_EPOINT IN_GetNumberPages( IN_DOCWIN docwinID, SHORTPTR pPageCount );
int API_EPOINT IN_GetPageID( IN_DOCWIN docwinID, SHORT pageNumber, IN_PAGE_PTR pPage );
int API_EPOINT IN_GetPageIDs( IN_DOCWIN docwinID, SHORT maxPageIDs, SHORTPTR pPageCount, IN_PAGE_PTR pPageIDs );
int API_EPOINT IN_GotoPage( IN_DOCWIN docwinID, SHORT pageNumber );
int API_EPOINT IN_GotoPageID( IN_DOCWIN docwinID, IN_PAGE pageID );
int API_EPOINT IN_GotoPageRelative( IN_DOCWIN docwinID, SHORT pageLoc );
int API_EPOINT IN_ImportPage( IN_DOCWIN docwinID, SHORT pageNumber, SHORT relFlag, IN_OBJECT parentID, SHORT location, CHARPTR fileName, IN_PAGE_PTR pPageID );
int API_EPOINT IN_NewPage( IN_DOCWIN docwinID, SHORT pageNumber, SHORT relFlag, IN_OBJECT parentID, SHORT pageType, IN_PAGE_PTR pPageID );
int API_EPOINT IN_SaveObject( IN_DOCWIN docwinID, IN_OBJECT objectID, SHORT flags, CHARPTR filename, CHARPTR title, SHORT format );
int API_EPOINT IN_NewView( IN_DOCWIN docwinID, SHORT viewType, IN_DOCWIN_PTR pNewDocwinID );
int API_EPOINT IN_ReorderLayers( IN_LAYER layerID, SHORT layerPosition );
int API_EPOINT IN_ActivateAllHotspots( IN_DOCWIN docwinID, IN_LAYER layerID );
int API_EPOINT IN_ActivateHotspot( IN_DOCWIN docwinID, IN_LAYER layerID, CHARPTR hotspotID );
int API_EPOINT IN_DeleteHotspot( IN_LAYER layerID, CHARPTR hotspotID );
int API_EPOINT IN_PlaceHotspot( IN_DOCWIN docwinID, SHORT objectType, CHARPTR pHotspotID, SHORT unitType, long p1, long p2, long p3, long p4 );
int API_EPOINT IN_PlaceSymbol( IN_DOCWIN docwinID, SHORT unitType, long xLocation, long yLocation );
int API_EPOINT IN_PlaceText( IN_DOCWIN docwinID, SHORT unitType, long x, long y, CHARPTR pText, long color, SHORT typeFace, DOUBLE size, SHORT sizeUnits, CHARPTR fontName, SHORT angle);
int API_EPOINT IN_SetHotspotData( IN_LAYER layerID, CHARPTR hotspotID, CHARPTR newData );
int API_EPOINT IN_SetHotspotIcon( IN_LAYER layerID, CHARPTR hotspotID, SHORT newIconIndex );
int API_EPOINT IN_SetHotspotID( IN_LAYER layerID, CHARPTR hotspotID, CHARPTR newID );
int API_EPOINT IN_GetObjectAttribute( IN_LAYER layerID, long objectID, SHORT attributeID, SHORT valueLen, CHARPTR value );
int API_EPOINT IN_SetObjectAttribute( IN_LAYER layerID, long objectID, SHORT attributeID, CHARPTR value, USHORT units );
int API_EPOINT IN_GetLayerToolAttribute( IN_LAYER layerID, SHORT toolID, SHORT attributeID, SHORT valueLen, CHARPTR value );
int API_EPOINT IN_SetLayerToolAttribute( IN_LAYER layerID, SHORT toolID, SHORT attributeID, CHARPTR value, USHORT units );
int API_EPOINT IN_TextSearch( IN_DOCWIN docwinID, IN_LAYER layerID, long searchType, CHARPTR searchString, long occurrence, USHORT matchStringLen, LONGPTR matchCount, SHORTPTR objectType, LONGPTR x1, LONGPTR y1, LONGPTR x2, LONGPTR y2, CHARPTR matchString );
int API_EPOINT IN_TextReplace( IN_DOCWIN docwinID, IN_LAYER layerID, long searchType, CHARPTR searchString, CHARPTR replaceString, long occurrence, LONGPTR matchCount );
int API_EPOINT IN_CropLayer( IN_DOCWIN docwinID, IN_PAGE pageID, IN_LAYER layerID, SHORT predefinedSize, SHORT coordSystem, long x1, long y1, long x2, long y2, IN_DOCWIN_PTR pNewDocwinID );
int API_EPOINT IN_ChangeRaster( IN_DOCWIN docwinID, IN_PAGE pageID, SHORT xResolution, SHORT yResolution, SHORT rotation, SHORT mirror, SHORT negative, IN_DOCWIN_PTR pNewDocwinID );
int API_EPOINT IN_GetLayerInfo( IN_DOCWIN docwinID, IN_LAYER layerID, IN_LAYER_INFO_PTR pLayerInfo );