Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Bookmark Class / EndDisplacedByCustomXml Property

In This Topic
    EndDisplacedByCustomXml Property (Bookmark)
    In This Topic
    Gets or sets a value indicating whether the end annotation's placement shall be directly linked to the location of the physical presentation of a custom XML element in the document.
    Syntax
    'Declaration
     
    Public Property EndDisplacedByCustomXml As DisplacedByCustomXml
    public DisplacedByCustomXml EndDisplacedByCustomXml {get; set;}
    See Also