Preferences Property

Summary
Gets or sets the client preferences.
Syntax
C#
VB
C++
public string[] Preferences { get; set; } 
  
Public Property Preferences As String() 
public: 
property array<String^>^ Preferences { 
   array<String^>^ get(); 
   void set (    array<String^>^ ); 
} 

Property Value

An array of System.String values which specify the client preferences for server behavior.

Remarks

For more information about how to construct client preferences refer to the JPEG 2000 standard.

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.