Click or drag to resize

LoadJobDefinitionResultMissingBitmaps Property

List of missing referenced bitmaps. The missing bitmaps might due to the bitmap files are no longer available.

Namespace: RAYLASE.Marker.Job
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
public IList<string> MissingBitmaps { get; set; }

Property Value

IListString
See Also