C#
VB
C++
Gets or sets the box types that are of interest.
public ReqBoxProp[] BoxProp { get; set; }
Public Property BoxProp As Leadtools.Jpip.ReqBoxProp()
public:
property Leadtools.Jpip.array<ReqBoxProp^>^ BoxProp {
Leadtools.Jpip.array<ReqBoxProp^>^ get();
void set ( Leadtools.Jpip.array<ReqBoxProp^>^ );
}
An Array of ReqBoxProp which specify a list of box types that are of interest to the client.
Use this field to specify the information about the returned image meta-data boxes.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET