InputDocumentFileName Property (original) (raw)
Summary
Path to the input file for the conversion. Either this or Document are used.
Syntax
public string InputDocumentFileName { get; set; }
public:
property String^ InputDocumentFileName
{
String^ get()
void set(String^ value)
}
public String getInputDocumentFileName()
public void setInputDocumentFileName(String value)
Property Value
The path to the input file for the conversion. If this value is not null, then it will be used as the input document for the conversion. The default value is null.