This structure represents DICOM pixel padding settings.
Declaration:
Copy Code | |
---|---|
struct AT_MED_PIXEL_PADDING_SETTINGS
{
AT_BOOL UsePixPadding;
AT_INT PixPaddingValue;
AT_INT ShowPaddingAs;
};
|
Members:
Name | Type | Description |
UsePixPadding | AT_BOOL | Specifies whether pixel padding should be taken into account during display. |
PixPaddingValue | AT_INT | Specifies pixel padding value. |
ShowPaddingAs | AT_INT | Specifies the output intensity for displaying padding pixels. |