![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Documents.Converters Namespace > DocumentConverterOptions Class : OutputSinglePages Property |
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)
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.