Processes post back data for a BitmapViewer control. No need to use this method directly.
Namespace:
Aurigma.GraphicsMill.WebControls
Assembly:
Aurigma.GraphicsMill.WebControls (in Aurigma.GraphicsMill.WebControls.dll)
Public MustOverride Function LoadPostData ( _ postDataKey As String, _ postCollection As NameValueCollection _ ) As Boolean
public abstract bool LoadPostData( string postDataKey, NameValueCollection postCollection )
Type: System.String
The key identifier for the control.This method is called by ASP.NET infrastructure. No need to use it directly.