←Select platform

GetDefaultOverlayBoxParameters Method

Summary

Returns a DicomOverlayBoxParameters object with its properties set to default values.

Syntax

C#
VB
C++
public DicomOverlayBoxParameters GetDefaultOverlayBoxParameters() 
Public Function GetDefaultOverlayBoxParameters() As Leadtools.Dicom.DicomOverlayBoxParameters 
public: 
Leadtools.Dicom.DicomOverlayBoxParameters^ GetDefaultOverlayBoxParameters();  

Return Value

A DicomOverlayBoxParameters object with its properties set to default values.

Remarks

The method sets each of the properties OverlayOriginRow and OverlayOriginColumn, of the returned object, to 1. The property MagnifyToNumberOfColumns is set to a negative value and all string properties are set to null references (Nothing in VB).

Example

For an example, refer to Associate.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly