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 > DocumentConverterJobEventArgs Class : RasterImage Property |
public RasterImage RasterImage {get;}
'Declaration
Public ReadOnly Property RasterImage As RasterImage
'Usage
Dim instance As DocumentConverterJobEventArgs Dim value As RasterImage value = instance.RasterImage
public RasterImage getRasterImage()
public: property RasterImage^ RasterImage { RasterImage^ get(); }
This value is not always available and could be null.
Refer to DocumentConverterJobOperation for more information.
For an example, refer to RunJob and RunJobAsync.