Gets or sets the actual frame size of the image returned by the server response.
Syntax
Visual Basic (Declaration) | |
---|
Public Property FrameSize As Size |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As ResponseFields
Dim value As Size
instance.FrameSize = value
value = instance.FrameSize
|
C# | |
---|
public Size FrameSize {get; set;} |
Return Value
A
Size structure specifying the actual frame size of the image
returned by the server response.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also