Accusoft.ThumbnailXpress6.Net
SuffixPattern Property




The suffix pattern of the external annotation file. The prefix pattern followed by the filename of image being thumbnailed (with or without the extension) followed by the suffix pattern will form the external annotation filename.
Syntax
'Declaration
 
Public ReadOnly Property SuffixPattern As String
'Usage
 
Dim instance As ExternalAnnotationSearchRule
Dim value As String
 
value = instance.SuffixPattern
public string SuffixPattern {get;}
public: __property string* get_SuffixPattern();
public:
property String^ SuffixPattern {
   String^ get();
}
Remarks
Within the pattern one can specify a schema for multipage files to indicate page numbers: :$####: is the schema : indicates the start of the schema $ indicates the root, this can be whatever the user specfies, e.g., "MyPages" # indicates the page number or a placeholder : indicates the end of the schema For example, if the pattern string is "_ann.annotationfile.:pg####:" where the schema of the pattern is ":pg####:" The schema would be transformed to: "_ann.annotationfile.pg0001", "_ann.annotationfile.pg0002", "_ann.annotationfile.pg0003"
See Also

Reference

ExternalAnnotationSearchRule Class
ExternalAnnotationSearchRule Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback