←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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Converter Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.