Processes post back data for a BitmapViewer control. No need to use this method explicitly.
Namespace:
Aurigma.GraphicsMill.WebControls
Assembly:
Aurigma.GraphicsMill.WebControls (in Aurigma.GraphicsMill.WebControls.dll)
Public Overrides Function LoadPostData ( _
postDataKey As String, _
postCollection As NameValueCollection _
) As Boolean
public override 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.