BoxProp Property

Summary

Gets or sets the box types that are of interest.

Syntax
C#
VB
C++
public ReqBoxProp[] BoxProp { get; set; } 
  
Public Property BoxProp As ReqBoxProp() 
public: 
property array<ReqBoxProp^>^ BoxProp { 
   array<ReqBoxProp^>^ get(); 
   void set (    array<ReqBoxProp^>^ ); 
} 

Property Value

An Array of ReqBoxProp which specify a list of box types that are of interest to the client.

Remarks

Use this field to specify the information about the returned image meta-data boxes.

Requirements

Target Platforms

See Also

Reference

MetaReq Class

MetaReq Members

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly