The MetaDataReqFields Class includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Defines the fields for working with meta-data information.
| Visual Basic (Declaration) | |
|---|---|
Public Class MetaDataReqFields | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MetaDataReqFields | |
| C# | |
|---|---|
public class MetaDataReqFields | |
| C++/CLI | |
|---|---|
public ref class MetaDataReqFields | |
When a client request is received, this class contains the JPIP metadata fields received from the client.
Access this class from the RequestFields.RequestChannelFields property in the Leadtools.Jpip.RequestFields class when a new client request is received.
For JPX images, the client can use this field to control the information returned for the image meta-data. The client may request specific meta-data boxes to be returned for further investigation or ignore other meta-data boxes.
System.Object
Leadtools.Jpip.MetaDataReqFields
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code