Processes the postback data for the BitmapViewer control.
Namespace:
Aurigma.GraphicsMill.AjaxControls
Assembly:
Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)
protected override bool LoadPostData( string postDataKey, NameValueCollection postCollection )
Type: System..String
The index within the posted collection that references the content to load.The LoadPostData(String, NameValueCollection) method is used primarily by control developers.
The LoadPostData(String, NameValueCollection) method checks if the postback data of the BitmapViewer control is different from its previous value, and if so, loads the content and returns true.