Gets or sets the absolute URL to the Image Service (ImageGearService.svc).
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
<DescriptionAttribute("A string containing a fully qualified URL (absolute URL) to the Image Service (ImageGearService.svc). A relative URL is not recommended.")>
<BrowsableAttribute(True)>
<DefaultValueAttribute()>
<CategoryAttribute("PageView Properties")>
Public Property ImageHandlerUrl As String
             
        
            
            'Usage
 
Dim instance As PageView
Dim value As String
 
instance.ImageHandlerUrl = value
 
value = instance.ImageHandlerUrl
             
        
            
            [Description("A string containing a fully qualified URL (absolute URL) to the Image Service (ImageGearService.svc). A relative URL is not recommended.")]
[Browsable(true)]
[DefaultValue()]
[Category("PageView Properties")]
public string ImageHandlerUrl {get; set;}
             
        
            
            [Description("A string containing a fully qualified URL (absolute URL) to the Image Service (ImageGearService.svc). A relative URL is not recommended.")]
[Browsable(true)]
[DefaultValue()]
[Category("PageView Properties")]
public: __property string* get_ImageHandlerUrl();
public: __property void set_ImageHandlerUrl( 
   string* value
);
             
        
            
            [Description("A string containing a fully qualified URL (absolute URL) to the Image Service (ImageGearService.svc). A relative URL is not recommended.")]
[Browsable(true)]
[DefaultValue()]
[Category("PageView Properties")]
public:
property String^ ImageHandlerUrl {
   String^ get();
   void set (    String^ value);
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also