Accusoft ThumbnailXpress 5
SetAnnotationSearchOrder Method
See Also  Send Feedback
searchIndex
The 0-based index of the item in the annotation search order list whose values should be changed.
annotationType
The type of annotation.
prefixPattern
The prefix pattern of the external annotation file.
suffixPattern
The suffix pattern of the external annotation file.
includeFilenameExtension
Indicates whether or not the filename pattern includes the file extension of the image being thumbnailed.
AccusoftThumbnailXpress5 ActiveX DLL > ThumbnailXpress Object : SetAnnotationSearchOrder Method

Glossary Item Box

Description

Sets the search order for ThumbnailXpress to use when associating external annotation files with the item being thumbnailed.

Syntax

Visual Basic
Public Sub SetAnnotationSearchOrder( _
   ByVal searchIndex As Long, _
   ByVal annotationType As TN_AnnotationType, _
   ByVal prefixPattern As String, _
   ByVal suffixPattern As String, _
   ByVal includeFilenameExtension As Boolean _
) 

Parameters

searchIndex
The 0-based index of the item in the annotation search order list whose values should be changed.
annotationType
ValueDescription
ANNOTATION_TYPE_I4WWang data embedded in TIFF tag #32932.
ANNOTATION_TYPE_INTERNAL_NXPBinary format produced by NotateXpress.
ANNOTATION_TYPE_INTERNAL_XFDFAcrobat XML Forms Document File.
ANNOTATION_TYPE_NONENone.
ANNOTATION_TYPE_NXPBinary format produced by NotateXpress.
ANNOTATION_TYPE_TMSLegacy TMS Sequoia .ann file format.
ANNOTATION_TYPE_XFDFAcrobat XML Forms Document File.
ANNOTATION_TYPE_XMLNotateXpress XML format.
The type of annotation.
prefixPattern
The prefix pattern of the external annotation file.
suffixPattern
The suffix pattern of the external annotation file.
includeFilenameExtension
Indicates whether or not the filename pattern includes the file extension of the image being thumbnailed.

Remarks

 

See Also

©2013. Accusoft Corporation. All Rights Reserved.