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 does not 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

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