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

Show in webframe

RasterImageFormat Property






Output format to use for raster conversion.
Syntax
public RasterImageFormat RasterImageFormat {get; set;}
'Declaration
 
Public Property RasterImageFormat As RasterImageFormat
'Usage
 
Dim instance As DocumentConverterJobData
Dim value As RasterImageFormat
 
instance.RasterImageFormat = value
 
value = instance.RasterImageFormat
public RasterImageFormat getRasterImageFormat()
public void setRasterImageFormat(RasterImageFormat value)
            
public:
property RasterImageFormat RasterImageFormat {
   RasterImageFormat get();
   void set (    RasterImageFormat value);
}

Property Value

The output format to use for raster conversion.
Remarks

Jobs can be converted using document or raster formats for the output. To convert to a document format (using DocumentWriter), set DocumentFormat to the desired DocumentFormat value and set RasterImageFormat to RasterImageFormat.Unknown.

To convert to a raster format (using RasterCodecs), set RasterImageFormat to the desired RasterImageFormat value and set DocumentFormat to DocumentFormat.User.

Therefore, one of DocumentFormat and RasterImageFormat is used during the conversion, otherwise, an exception will be thrown.

Use RasterImageBitsPerPixel to set the bits/pixel value to use for the output document when using raster conversion.

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