←Select platform

BurnedInAnnotation Property

Summary

Gets or sets the value for the "Burned In Annotation" (0028,0301) element.

Syntax

C#
VB
Java
WinRT C#
C++
public string BurnedInAnnotation { get; set; } 
Public Property BurnedInAnnotation As String 
public string BurnedInAnnotation {get; set;} 
public final String getBurnedInAnnotation() 
public final void setBurnedInAnnotation(String value) 
             
 <br/>get_BurnedInAnnotation();<br/>set_BurnedInAnnotation(value);<br/>Object.defineProperty('BurnedInAnnotation');  
public: 
property String^ BurnedInAnnotation { 
   String^ get(); 
   void set (    String^ value); 
} 

Property Value

Value indicating the "Burned In Annotation" (0028,0301) element.

Example

For an example, refer to SetEncapsulatedDocument.

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