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

Show in webframe

OutputSinglePages Property






Saves each page in a separate file regardless of the final document format.
Syntax
public bool OutputSinglePages {get; set;}
'Declaration
 
Public Property OutputSinglePages As Boolean
'Usage
 
Dim instance As DocumentConverterOptions
Dim value As Boolean
 
instance.OutputSinglePages = value
 
value = instance.OutputSinglePages
public boolean getOutputSinglePages()
public void setOutputSinglePages(boolean value)
            
public:
property bool OutputSinglePages {
   bool get();
   void set (    bool value);
}

Property Value

true to save each page in a separate file regardless of the final document format; otherwise, false. Default value is false.
Remarks

OutputSinglePages is supported only when the final document is raster. In other words, when the value of DocumentConverterJobData.RasterImageFormat is other than RasterImageFormat.Unknown. and DocumentConverterJobData.DocumentFormat is DocumentFormat.User.

When converting a multi-page document to a raster image format that supports multi-page, such as TIF or Raster PDF, the result is a single multi-page file that contains all the pages from the original document and PageNumberingTemplate is not used. This is the default value. If this behavior is not desired and multiple output files are to be generated each representing the converted page of a document, then set the value of OutputSinglePages to true and the converter will use PageNumberingTemplate to generate a separate file for each page.

When OutputSinglePages is true and used, the converter will generate single annotation files for each page if annotations mode was set to DocumentConverterAnnotationsMode.External using the same PageNumberingTemplate to generate the file names.

Requirements

Target Platforms

See Also

Reference

DocumentConverterOptions Class
DocumentConverterOptions Members

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