Accusoft.ThumbnailXpress6.Net
ExternalAnnotationSearchRule Constructor




Specifies the annotation type of the external annotation file.
Specifies the prefix pattern of the external annotation file.
Specifies the suffix pattern of the external annotation file.
Specifies whether or not to include the file extension in the pattern of the external annotation file.
Constructor of ExternalAnnotationSearchRule class.
Syntax
'Declaration
 
Public Function New( _
   ByVal annotationType As ExternalAnnotationType, _
   ByVal prefixPattern As String, _
   ByVal suffixPattern As String, _
   ByVal includeOriginalFileExtension As Boolean _
)
'Usage
 
Dim annotationType As ExternalAnnotationType
Dim prefixPattern As String
Dim suffixPattern As String
Dim includeOriginalFileExtension As Boolean
 
Dim instance As New ExternalAnnotationSearchRule(annotationType, prefixPattern, suffixPattern, includeOriginalFileExtension)
public ExternalAnnotationSearchRule( 
   ExternalAnnotationType annotationType,
   string prefixPattern,
   string suffixPattern,
   bool includeOriginalFileExtension
)
public: ExternalAnnotationSearchRule( 
   ExternalAnnotationType annotationType,
   string* prefixPattern,
   string* suffixPattern,
   bool includeOriginalFileExtension
)
public:
ExternalAnnotationSearchRule( 
   ExternalAnnotationType annotationType,
   String^ prefixPattern,
   String^ suffixPattern,
   bool includeOriginalFileExtension
)

Parameters

annotationType
Specifies the annotation type of the external annotation file.
prefixPattern
Specifies the prefix pattern of the external annotation file.
suffixPattern
Specifies the suffix pattern of the external annotation file.
includeOriginalFileExtension
Specifies whether or not to include the file extension in the pattern of the external annotation file.
See Also

Reference

ExternalAnnotationSearchRule Class
ExternalAnnotationSearchRule Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback