FrameSize Property

Summary
Gets or sets the requested image resolution size.
Syntax
C#
VB
C++
public LeadSize FrameSize { get; set; } 
  
Public Property FrameSize As LeadSize 
public: 
property LeadSize FrameSize { 
   LeadSize get(); 
   void set (    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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.