This documentation is for the old version. Go to the latest Graphics Mill docs

BitmapViewer.LoadPostData Method

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)

Syntax

Visual Basic
Public Overrides Function LoadPostData ( _
	postDataKey As String, _
	postCollection As NameValueCollection _
) As Boolean
C#
public override bool LoadPostData(
	string postDataKey,
	NameValueCollection postCollection
)

Parameters

postDataKey

Type: System.String

The key identifier for the control.
postCollection

Type: System.Collections.Specialized.NameValueCollection

The collection of all incoming name values.

Return Value

true if the server control's state changes as a result of the post back; otherwise false.

Remarks

This method is called by ASP.NET infrastructure. No need to use it directly.

See Also

Reference