←Select platform

OutputSinglePages Property

Summary

Saves each page in a separate file regardless of the final document format.

Syntax

C#
VB
Java
C++
public bool OutputSinglePages { get; set; } 
Public Property OutputSinglePages() As Boolean 
   Get 
   Set 
public:  
   property bool OutputSinglePages 
   { 
      bool get() 
      void set(bool value) 
   } 
public boolean getOutputSinglePages() 
public void setOutputSinglePages(boolean 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 to generate the file names.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.Converters Assembly