←Select platform

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 Leadtools.Jpip.ImageReturnType() 
public: 
property Leadtools.Jpip.array<ImageReturnType^>^ ImageReturnTypes { 
   Leadtools.Jpip.array<ImageReturnType^>^ get(); 
   void set (    Leadtools.Jpip.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly