←Select platform

DeserializeOptions Property

Summary

Gets or sets the options to use when loading annotation objects.

Syntax
C#
VB
Objective-C
C++
Java
public AnnDeserializeOptions DeserializeOptions { get; set; } 
Public Property DeserializeOptions As AnnDeserializeOptions 
@property (nonatomic) LTAnnDeserializeOptions* deserializeOptions; 
public AnnDeserializeOptions getDeserializeOptions( 
public void setDeserializeOptions(AnnDeserializeOptions value) 
public:  
   property AnnDeserializeOptions^ DeserializeOptions 
   { 
      AnnDeserializeOptions^ get() 
      void set(AnnDeserializeOptions^ value) 
   } 

Property Value

The options to use when loading annotations objects. The default value is null.

Remarks

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.

Example

For an example, refer to AnnDeserializeOptions.

Requirements

Target Platforms

See Also

Reference

AnnCodecs Class

AnnCodecs Members

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

Leadtools.Annotations.Engine Assembly