Layers Property

Summary
Gets or sets the number of quality layers for the requested image.
Syntax
C#
VB
C++
public Nullable<int> Layers { get; set; } 
  
Public Property Layers As Nullable(Of Integer) 
public: 
property Nullable<int> Layers { 
   Nullable<int> get(); 
   void set (    Nullable<int> ); 
} 

Property Value

A nullable System.Int32 used to restrict the number of codestream quality layers that belong to the view-window request.

Remarks

When this field is specified, all image data returned by the server should not exceed beyond the requested quality layers.

Requirements

Target Platforms

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

Leadtools.Jpip Assembly

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