←Select platform

MetaReqQualifier Enumeration

Summary
Metadata request qualifier flags

Syntax
C#
C++/CLI
Python
[FlagsAttribute()] 
public enum MetaReqQualifier 
[FlagsAttribute()] 
public enum class MetaReqQualifier : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class MetaReqQualifier(Enum): 
   None = 1 
   AsocViewWindowBoxes = 2 
   AsocViewWindowCodestreamBoxes = 4 
   RelvViewWindowCodestreamBoxes = 8 
   AllBoxes = 16 
Members
ValueMemberDescription
0x00000001None Invalid metareq value.
0x00000002AsocViewWindowBoxes(0x0000002) This metareq context includes all boxes which are known to be associated with a specific spatial image region
0x00000004AsocViewWindowCodestreamBoxes This metareq context includes all boxes which are known to be associated with one or more codestreams which belong to the view-window, or with one or more of the requested codestream contexts (e.g., JPX compositing layers or MJ2 video tracks), where these boxes are not solely associated with particular spatial regions.
0x00000008RelvViewWindowCodestreamBoxes This metareq context includes all boxes which are relevant to the requested view-window, taking into account the requested codestreams and the requested codestream contexts, excluding those boxes which are included in the .AsocViewWindowBoxes and .AsocViewWindowCodestreamBoxes metareq contexts.
0x00000010AllBoxes This metareq context includes all boxes in the logical target, without exception.
Requirements

Target Platforms

See Also

Reference

Leadtools.Jpip Namespace

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

Leadtools.Jpip Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.