←Select platform

RasterImage Property

Summary

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

Syntax

C#
VB
Java
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents.Converters Assembly