JobResult.normalLabels constructor

JobResult.normalLabels(
  1. RenderInfoCollection? _renderInfo
)

_renderInfo render information for labels

Implementation

JobResult.normalLabels(this._renderInfo) : assert(_renderInfo != null), _result = JOBRESULT.NORMAL, _picture = null;