←Select platform

GetDefaultFilmBoxParameters Method

Summary

returns a DicomFilmBoxParameters object with its properties set to default values.

Syntax
C#
VB
C++
public DicomFilmBoxParameters GetDefaultFilmBoxParameters() 
Public Function GetDefaultFilmBoxParameters() As DicomFilmBoxParameters 
public: 
DicomFilmBoxParameters^ GetDefaultFilmBoxParameters();  

Return Value

A DicomFilmBoxParameters object with its properties set to default values.

Remarks

The method sets the property ImageDisplayFormat of the returned object to "STANDARD\1,1". The rest of string properties are set to null references (Nothing in VB) and all numeric properties are set to negative values.

Example

For an example, refer to Associate.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly