Gets or sets a value indicating whether this AnnObject name is restricted to appear fully within the bounding rectangle of the Container.
public virtual bool NameRestrict { get; set; }
Public Overridable Property NameRestrict As Boolean
true to restrict the name to appear fully within the bounding rectangle of the Container; otherwise, false.
When the NameRestrict value of an AnnObject is set to true, calling the RestrictName method will move the name (by changing the NameOffset property so the name will be restricted to appear fully within the Bounds property of the AnnContainer that contains this AnnObject). For more information, refer to Annotation Object Names. (Deprecated)
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