Types Property

Summary

Gets or sets the image return types accepted by the server.

Syntax
C#
VB
C++
public ImageReturnType[] Types { get; set; } 
  
Public Property Types As ImageReturnType() 
public: 
property array<ImageReturnType^>^ Types { 
   array<ImageReturnType^>^ get(); 
   void set (    array<ImageReturnType^>^ ); 
} 

Property Value

An array of ImageReturnType for the types accepted by the server.

Requirements

Target Platforms

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

Leadtools.Jpip Assembly