Gets or sets a value that indicate whether to skip loading or saving an annotation object.
public bool SkipObject { get; set; }
Public Property SkipObject As Boolean
public bool SkipObject {get; set;}
@property (nonatomic,assign) BOOL skipObject;
public boolean getSkipObject()
public void setSkipObject(boolean value)
get_SkipObject();
set_SkipObject(value);
Object.defineProperty('SkipObject');
public:
property bool SkipObject
{
bool get()
void set(bool value)
}
true to skip loading or saving an annotation object; otherwise, false. The default value is false.
If this object is triggered with the AnnDeserializeOptions.DeserializeObject event, then you can set the value of SkipObject to true. This will instruct AnnCodecs to skip this object and continue to the next. This is useful if in scenarios when you do not want to load certain object types or objects with certain properties.
If this object is trigged with the AnnDeserializeOptions.DeserializeObjectError event, then you can set the value of this property to true to instruct AnnCodecs to ignore the error, skip loading this object and continue to the next.
If this object is trigged with the AnnSerializeOptions.SerializeObject event, then you can set the value of this property to true to skip loading the object in AnnObject with type in TypeName and continue to the next.
For an example, refer to AnnSerializeOptions and 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