This structure represents DICOM pixel padding settings.
| 
                        Copy Code
                     | |
|---|---|
| 
struct AT_MED_PIXEL_PADDING_SETTINGS
{
        AT_BOOL UsePixPadding;
        AT_INT PixPaddingValue;
        AT_INT ShowPaddingAs;
};
 | |
| 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. |