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;} |
Return Value
The Requested Decimate/Crop Behavior (2020,0040).
Example
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also