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

In This Topic
    StartDisplacedByCustomXml Property (EditableRange)
    In This Topic
    Gets or sets a value indicating that the start annotation's placement shall be directly linked with 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