Gets or sets the Requested Decimate/Crop Behavior (2020,0040).
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property RequestedDecimateCropBehavior As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As DicomImageBoxParameters
Dim value As String
instance.RequestedDecimateCropBehavior = value
value = instance.RequestedDecimateCropBehavior |
| C# | |
|---|
public string RequestedDecimateCropBehavior {get; set;} |
Property Value
The Requested Decimate/Crop Behavior (2020,0040).
Example
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also