RadEditor for ASP.NET

RadEditor Send comments on this topic.
AllowThumbGeneration Property
See Also 
Telerik.WebControls Namespace > RadEditor Class : AllowThumbGeneration Property


Gets or sets the value indicating whether the user who accesses the page can create thumbnails.   

 

Namespace: Telerik.WebControls
Assembly: RadEditor (in RadEditor.dll)

Syntax

Visual Basic (Declaration) 
Public Property AllowThumbGeneration As Boolean
Visual Basic (Usage)Copy Code
Dim instance As RadEditor
Dim value As Boolean
 
instance.AllowThumbGeneration = value
 
value = instance.AllowThumbGeneration
C# 
public bool AllowThumbGeneration {get; set;}

Return Value

true when the uses who accesses the page can create thumbnail; otherwise false. The default value is false.

Remarks

RadEditor allows the users to generate thumbnails of existing images on the web-server. The operation can be conducted from the Image Manager dialog.

Use this property to limit the users who do not have proper permissions from generating thumbnails.

Requirements

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also