ImageReturnTypes Property

Summary
Gets or sets the type or (types) of the requested data.
Syntax
C#
VB
C++
public ImageReturnType[] ImageReturnTypes { get; set; } 
  
Public Property ImageReturnTypes As ImageReturnType() 
public: 
property array<ImageReturnType^>^ ImageReturnTypes { 
   array<ImageReturnType^>^ get(); 
   void set (    array<ImageReturnType^>^ ); 
} 

Property Value

An array of ImageReturnType specifying the type or (types) of the requested data.

Remarks

Use this field to specify the type of image stream returned by the server. Currently the LEAD JPIP Server only supports theJppStream enumeration value.

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.