←Select platform

DefaultObject Property

Summary

Gets or sets the defaults used when calling ToAnnObject(DicomAnnotationObject).

Syntax

C#
VB
C++
public object DefaultObject {get; set;}
Public Property DefaultObject As Object
public: 
property Object^ DefaultObject { 
   Object^ get(); 
   void set (    Object^ ); 
} 

Property Value

Contains defaults that are usedwhen calling ToAnnObject(DicomAnnotationObject).

Remarks

A Leadtools.Dicom.DicomAnnotationObject can be filled, however it doesn't have fill color, pen color, text color or a font. An AnnObject can have a fill color, a pen color, a text color, and a font. When calling ToAnnObject(DicomAnnotationObject) to convert a Leadtools.Dicom.DicomAnnotationObject, the DefaultObject is an AnnObject that is referenced when setting the default values.

Example

For an example, refer to FromAnnContainerToDataSet(DicomDataSet,AnnContainer).

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Click or drag to resize