←Select platform

JobMetadata Property (Metadata)

Summary

Gets or sets the job's metadata.

Syntax

C#
VB
C++
public string JobMetadata {get; set;}
Public Property JobMetadata As String
public: 
property String^ JobMetadata { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A System.String that represents the job's metadata.

Remarks

The job metadata is used to store any information related to how the job should be processed. For example, if this JobProcessor is used to convert image files from one format to another you may use the job metadata to store the desired target format (JPEG, TIFF, etc.) and other conversion related information. For more information, refer to Understanding The LEADTOOLS Job Processor Database.

Example

For an example, refer to IJobService.GetJobInformation.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Services.JobProcessor.DataContracts Assembly
Click or drag to resize