InputAnnotationsFileName Property (original) (raw)
Summary
Path to the file containing the annotations file to be added to the output document. Optional.
Syntax
public string InputAnnotationsFileName { get; set; }
public:
property String^ InputAnnotationsFileName
{
String^ get()
void set(String^ value)
}
public String getInputAnnotationsFileName()
public void setInputAnnotationsFileName(String value)
Property Value
The path to the file containing the annotations file to be added to the output document. This is an optional value and will be used if AnnotationsMode is not DocumentConverterAnnotationsMode.None.