Visual Basic (Usage) | Copy Code |
---|---|
Dim threshold As Integer Dim instance As New AutoCropCommand(threshold) |
Parameters
- threshold
- Delta value for detecting blank space. Starting at each edge of the image and evaluating toward the center, any change in intensity that is less than or equal to this value is considered blank space. Valid values are 0 to 255.
Refer to AutoCropCommand.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)