Leadtools.Jpip Namespace > ViewWindowFields Class : Components Property |
public Range[] Components {get; set;}
'Declaration Public Property Components As Range()
'Usage Dim instance As ViewWindowFields Dim value() As Range instance.Components = value value = instance.Components
public: property array<Range^>^ Components { array<Range^>^ get(); void set ( array<Range^>^ value); }
If this value is not present, the request image is returned with all available components.
The value of this field represents the indicies of the requested image components starting from 0.
A client can specify a single or multiple components. Each Range value contains a set of components to be retrieved for the requested image.