←Select platform

ImageReturnType Constructor

Summary

Initializes a new instance of the ImageReturnType class.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal type As Leadtools.Jpip.ImageTypes, _ 
   ByVal extendedForm As Boolean _ 
) 
public: 
ImageReturnType(  
   Leadtools.Jpip.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly