typedef struct tagIMAGEBOXPARAMETERS
{
L_UINT uStructSize;
L_INT32 nImagePosition;
L_PCTSTR pszPolarity;
L_PCTSTR pszMagnificationType;
L_PCTSTR pszSmoothingType;
L_INT32 nMinDensity;
L_INT32 nMaxDensity;
L_PCTSTR pszConfigurationInformation;
L_DOUBLE dRequestedImageSize;
L_PCTSTR pszRequestedDecimateCropBehavior;
} IMAGEBOXPARAMETERS, * pIMAGEBOXPARAMETERS;
The IMAGEBOXPARAMETERS structure is used to specify the parameters of Image Boxes.
Size of the structure.
Image Box Position (2020,0010).
Polarity (2020,0020).
Magnification Type (2010,0060).
Smoothing Type (2010,0080).
Min Density (2010,0120).
Max Density (2010,0130).
Configuration Information (2010,0150).
Requested Image Size (2020,0030).
Requested Decimate/Crop Behavior (2020,0040).
Refer to the DICOM standard for more details about the attributes described by this structure.
When the structure is used with the function LDicomPrintSCU::UpdateImageBox, the member uStructSize must specify the size of the structure. The function LDicomPrintSCU::GetDefaultImageBoxParameters sets the member to the size of the structure.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document