ImageGear for .NET
ImageHandlerUrl Property (PageView)




Gets or sets the absolute URL to the Image Service (ImageGearService.svc).
Syntax
'Declaration
 
<CategoryAttribute("PageView Properties")>
<DefaultValueAttribute()>
<DescriptionAttribute("A string containing a fully qualified URL (absolute URL) to the Image Service (ImageGearService.svc). A relative URL is not recommended.")>
<BrowsableAttribute(True)>
Public Property ImageHandlerUrl As String
'Usage
 
Dim instance As PageView
Dim value As String
 
instance.ImageHandlerUrl = value
 
value = instance.ImageHandlerUrl
[CategoryAttribute("PageView Properties")]
[DefaultValueAttribute()]
[DescriptionAttribute("A string containing a fully qualified URL (absolute URL) to the Image Service (ImageGearService.svc). A relative URL is not recommended.")]
[BrowsableAttribute(true)]
public string ImageHandlerUrl {get; set;}
[CategoryAttribute("PageView Properties")]
[DefaultValueAttribute()]
[DescriptionAttribute("A string containing a fully qualified URL (absolute URL) to the Image Service (ImageGearService.svc). A relative URL is not recommended.")]
[BrowsableAttribute(true)]
public: __property string* get_ImageHandlerUrl();
public: __property void set_ImageHandlerUrl( 
   string* value
);
[CategoryAttribute("PageView Properties")]
[DefaultValueAttribute()]
[DescriptionAttribute("A string containing a fully qualified URL (absolute URL) to the Image Service (ImageGearService.svc). A relative URL is not recommended.")]
[BrowsableAttribute(true)]
public:
property String^ ImageHandlerUrl {
   String^ get();
   void set (    String^ value);
}
Remarks
The value provided should be a fully qualified URL (absolute URL), a relative URL is not recommended unless it resides at the same level as the application aspx page. Note: It is not necessary to have this property defined if the Image Service is at the same directory level as the application.

When either the PageView or the ThumbnailView control is dragged from the Visual Studio Toolbox on to the web page design surface when in the 'Design' view mode, an 'Action List' will display. This list has options for configuring the Services. For a detailed description, refer to the web.config settings section in this help document.

Note: If you add the control on your web page using the source editor, then you can still use the Action List menu items (Smart Tags Panel) on the PageView and ThumbnailView by switching to the 'Design' view mode in the Visual Studio.

A more detailed explanation for the Services setting can be found in the web.config settings section of the help file.

See Also

Reference

PageView Class
PageView Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback