(Leadtools.Annotations.Core)

SerializeOptions Property

Show in webframe





Gets or sets the options to use when saving annotation objects.
Syntax
public AnnSerializeOptions SerializeOptions {get; set;}
Public Property SerializeOptions As AnnSerializeOptions
public AnnSerializeOptions SerializeOptions {get; set;}
@property (nonatomic) LTAnnSerializeOptions* serializeOptions;
public AnnSerializeOptions getSerializeOptions()
public void setSerializeOptions(AnnSerializeOptions value)
            
 
get_SerializeOptions();
set_SerializeOptions(value);
Object.defineProperty('SerializeOptions');

Property Value

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

When you create a new instance of AnnCodecs, the value of SerializeOptions 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 AnnSerializeOptions and set it to SerializeOptions and then use its members.

Example

For an example, refer to AnnSerializeOptions.

Requirements

Target Platforms

See Also

Reference

AnnCodecs Class
AnnCodecs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.