ImageGear .NET - Updated
resourcePath Property

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace > PageView class : resourcePath Property
Indicates the resource Url path for the image files required for the menu icons and the art mark handles.
Syntax
ASP.NET Ajax Javascript (Specification) 
function get_resourcePath() : string
function set_resourcePath(value : string)
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfPageView.get_resourcePath();
Remarks

This property is a string that specifies the image files required for the menu icons and and the art mark handles. These files are png format files and are required when using PageView control created on the client side. Note: It is necessary for this property to be set when using server side controls.

See Also

Reference

PageView class
PageView Members