Gets or sets the options to use when saving annotation objects.
public AnnSerializeOptions SerializeOptions { get; set; }
Public Property SerializeOptions As Leadtools.Annotations.Core.AnnSerializeOptions
public Leadtools.Annotations.Core.AnnSerializeOptions SerializeOptions {get; set;}
@property (nonatomic) LTAnnSerializeOptions* serializeOptions;
public AnnSerializeOptions getSerializeOptions()
public void setSerializeOptions(AnnSerializeOptions value)
get_SerializeOptions();
set_SerializeOptions(value);
Object.defineProperty('SerializeOptions');
public:
property AnnSerializeOptions^ SerializeOptions
{
AnnSerializeOptions^ get()
void set(AnnSerializeOptions^ value)
}
The options to use when saving annotations objects. The default value is null.
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.
For an example, refer to AnnSerializeOptions.
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