ImageReturnType Constructor

Summary

Initializes a new instance of the ImageReturnType class.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal type As ImageTypes, _ 
   ByVal extendedForm As Boolean _ 
) 
public: 
ImageReturnType(  
   ImageTypes type, 
   bool extendedForm 
) 

Parameters

type
The ImageTypes of the requested image.

extendedForm
A System.Boolean value specifying whether the returned image precincts have the extended form. true to enable the extended form; otherwise, false.

Example

For an example, refer to Leadtools.Jpip.RequestEncoder.HttpRequestEncoder.

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