Aurigma Forums
»
Graphics Mill
»
Discussions – Graphics Mill
»
photo editor configuration and deployment issues
Rank: Member
Groups: Guest
Joined: 8/10/2006(UTC) Posts: 2
|
sorry i forget to post the code of load event here it is : Code: Dim objEditor As Editor = Me.FindControl("editor1")
objEditor.MediumQualityDpi = 300
objEditor.HighQualityDpi = 400
objEditor.OriginalPath = Server.MapPath("Images\image.jpg")
Editor.BitmapManager = New DefaultBitmapManager
objEditor.InitializationData = "border=simple,white"
objEditor.DebugMode = True
objEditor.RedirectUrl = "http://www.yoursite.com/targetpage.aspx"
objEditor.TitleHtml = "<a href=""javascript:alert('example')"">PhotoEditor Title</a>"
Edited by user Wednesday, December 19, 2007 3:14:24 PM(UTC)
| Reason: Not specified
|
|
|
|
Aurigma Forums
»
Graphics Mill
»
Discussions – Graphics Mill
»
photo editor configuration and deployment issues
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.