Boolean accessor and setter to allow or prevent the addition of non-standard segments during their parsing.
Public Property Add_NoneStandardSegmentToRoot As Boolean
public bool Add_NoneStandardSegmentToRoot { get; set; }
Gets or sets the flag to indicate if non-standard segments are added to the message root.
When set to true, any unexpected segment will be added regardless of whether it is in non-standard format. However in this situation, the unexpected segment will be added to the root. When set to false, the parser will ignore any non-standard segments and will not be act as if they do not exist. By default it is set to true.
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