ExplicitJpipRequest(RectangleF,Single,Int32,Int32) Method
In This Topic
Explicitly request that some of the pixel information for this image should be retrieved via JPIP
Syntax
'Declaration
Public Overloads Sub ExplicitJpipRequest( _
ByVal As System.Drawing.RectangleF, _
ByVal As System.Single, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void ExplicitJpipRequest(
System.Drawing.RectangleF ,
System.float ,
System.int ,
System.int
)
Parameters
- Area
- The area of the image requested (image fractional units - 0.0-1.0)
- Zoom
- The zoom factor required
- Frame
- The requested frame number (first = 1)
- Priority
- The priority of the request (higher values mean higher priority)
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also