typedef struct tagOVERLAYBOXPARAMETERS
{
L_UINT uStructSize;
L_INT16 nOverlayOriginRow;
L_INT16 nOverlayOriginColumn;
L_PCTSTR pszOverlayOrImageMagnification;
L_INT32 nMagnifyToNumberOfColumns;
L_PCTSTR pszOverlayMagnificationType;
L_PCTSTR pszOverlayForegroundDensity;
L_PCTSTR pszOverlayBackgroundDensity;
L_PCTSTR pszOverlaySmoothingType;
} OVERLAYBOXPARAMETERS, * pOVERLAYBOXPARAMETERS;
The OVERLAYBOXPARAMETERS structure is used to specify the parameters of Image Overlay Boxes.
Size of the structure.
The first Value in Overlay Origin (6000,0050).
The second Value in Overlay Origin (6000,0050).
Overlay or Image Magnification (2040,0072).
Magnify to Number of Columns (2040,0074).
Overlay Magnification Type (2040,0060).
Overlay Foreground Density (2040,0080).
Overlay Background Density (2040,0082).
Overlay Smoothing Type (2040,0070).
Refer to the DICOM standard for more details about the attributes described by this structure.
When the structure is used with the functions L_DicomPrintSCUCreateOverlayBox and L_DicomPrintSCUUpdateOverlayBox, the member uStructSize must specify the size of the structure. The function L_DicomPrintSCUGetDefaultOverlayBoxParameters sets the member to the size of the structure.
If one of the Attributes Overlay or Image Magnification (2040,0072) and Magnify to Number of Columns (2040,0074) is specified without the other, they will both be ignored.
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