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 : OutputAnnotationsFileName Property |
public string OutputAnnotationsFileName {get; set;}
'Declaration
Public Property OutputAnnotationsFileName As String
'Usage
Dim instance As DocumentConverterJobData Dim value As String instance.OutputAnnotationsFileName = value value = instance.OutputAnnotationsFileName
public String getOutputAnnotationsFileName() public void setOutputAnnotationsFileName(String value)
The file will be overwritten if it previously exist. The full path must contain a valid file name that can be created using the current process.
OutputAnnotationsFileName is used when the value of AnnotationsMode is DocumentConverterAnnotationsMode.External and the input document contains annotations.
For an example, refer to RunJob and RunJobAsync.