←Select platform

FrameSize Property

Summary

Gets or sets the requested image resolution size.

Syntax

C#
VB
C++
public LeadSize FrameSize { get; set; } 
  
Public Property FrameSize As Leadtools.LeadSize 
public: 
property Leadtools.LeadSize FrameSize { 
   Leadtools.LeadSize get(); 
   void set (    Leadtools.LeadSize ); 
} 

Property Value

The Leadtools.LeadSize of the requested image resolution size.

Remarks

Use this field to identify the desired resolution of the image. If the requested resolution is not available for the desired image, the server will decide the best resolution using the RoundingDirection field.

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