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

In This Topic
    StartDisplacedByCustomXml Property (Bookmark)
    In This Topic
    Gets or sets a value indicating whether the start 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 StartDisplacedByCustomXml As DisplacedByCustomXml
    public DisplacedByCustomXml StartDisplacedByCustomXml {get; set;}
    See Also