ImageFrameSize Property

Summary

Gets or sets the thickness in pixels of the frame being added to the image.

Syntax
C#
VB
C++
public int ImageFrameSize { get; set; } 
  
Public Property ImageFrameSize As Integer 
public: 
property int ImageFrameSize { 
   int get(); 
   void set (    int ); 
} 

Property Value

The size of the frame, 0 to disable the frame.

Remarks

Default value is 0 (no image frame).

Example

Refer to ImageUrl

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.Web Assembly