Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.Converters Namespace > DocumentConverterJobData Structure : InputAnnotationsFileName Property |
public string InputAnnotationsFileName {get; set;}
'Declaration
Public Property InputAnnotationsFileName As String
'Usage
Dim instance As DocumentConverterJobData Dim value As String instance.InputAnnotationsFileName = value value = instance.InputAnnotationsFileName
public String getInputAnnotationsFileName() public void setInputAnnotationsFileName(String value)
If InputAnnotationsFileName is not null and AnnotationsMode is not DocumentConverterAnnotationsMode.None, then the converter will load the LEADTOOLS annotations contained in this file and use them during the conversion. The file can have multiple annotations containers saved using AnnCodecs and the converter will load the container that corresponds to the current page number.
AnnotationsMode dictates how the annotations are used with the output document.
For an example, refer to RunJob and RunJobAsync.