Specifies the maximum demension of the Upload images

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public void SetSecurityMaxImageDimension(
	int width,
	int height
)
Visual Basic
Public Sub SetSecurityMaxImageDimension ( _
	width As Integer, _
	height As Integer _
)
Visual C++
public:
void SetSecurityMaxImageDimension(
	int width, 
	int height
)

Parameters

width
Type: System..::..Int32
height
Type: System..::..Int32

See Also