Gets or sets the options to use when loading annotation objects.
public AnnDeserializeOptions DeserializeOptions { get; set; }
Public Property DeserializeOptions As Leadtools.Annotations.Core.AnnDeserializeOptions
public Leadtools.Annotations.Core.AnnDeserializeOptions DeserializeOptions {get; set;}
@property (nonatomic) LTAnnDeserializeOptions* deserializeOptions;
public AnnDeserializeOptions getDeserializeOptions(
public void setDeserializeOptions(AnnDeserializeOptions value)
get_DeserializeOptions();
set_DeserializeOptions(value);
Object.defineProperty('DeserializeOptions');
public:
property AnnDeserializeOptions^ DeserializeOptions
{
AnnDeserializeOptions^ get()
void set(AnnDeserializeOptions^ value)
}
The options to use when loading annotations objects. The default value is null.
When you create a new instance of AnnCodecs, the value of DeserializeOptions will be set to null and default options will be used. To change any of the options or to use the events, first create a new instance of AnnDeserializeOptions and set it to DeserializeOptions and then use its members.
For an example, refer to AnnDeserializeOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET