Error processing SSI file
LEADTOOLS Leadtools.Documents.Converters (Leadtools.Documents.Converters assembly)

Show in webframe

OutputDocumentFileName Property






Name of the output file to be generated by this conversion.
Syntax
public string OutputDocumentFileName {get; set;}
'Declaration
 
Public Property OutputDocumentFileName As String
'Usage
 
Dim instance As DocumentConverterJobData
Dim value As String
 
instance.OutputDocumentFileName = value
 
value = instance.OutputDocumentFileName
public String getOutputDocumentFileName()
public void setOutputDocumentFileName(String value)
            
public:
property String^ OutputDocumentFileName {
   String^ get();
   void set (    String^ value);
}

Property Value

Name of the output file to be generated by this conversion.
Remarks

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.

You can use GetFormatFileExtension to get the default extension to use with the DocumentFormat when generating this file name.

If the output file format used (either DocumentFormat or RasterImageFormat) does not support multi-page files and the input document contains multiple pages, then the value of DocumentConverterOptions.PageNumberingTemplate is used to generate the names of the files created by the job.

Example

For an example, refer to RunJob and RunJobAsync.

Requirements

Target Platforms

See Also

Reference

DocumentConverterJobData Structure
DocumentConverterJobData Members
Using LEADTOOLS Document Converters

Error processing SSI file
   Leadtools.Documents.Converters requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features