←Select platform

RasterImage Property

Summary

The RasterImage object used as the input for raster conversion and optional overlay for SVG conversion.

Syntax
C#
VB
C++
Java
public RasterImage RasterImage { get; } 
Public ReadOnly Property RasterImage() As RasterImage 
   Get 
public:  
   property RasterImage^ RasterImage 
   { 
      RasterImage^ get() 
   } 
public RasterImage getRasterImage() 

Property Value

The RasterImage object used as the input for raster conversion and optional overlay for SVG conversion.

Remarks

This value is not always available and could be null.

Refer to DocumentConverterJobOperation for more information.

Example

For an example, refer to RunJob and RunJobAsync.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Converter Assembly