RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TextRange Class / ObjectReplacementCharacter Field

In This Topic
    ObjectReplacementCharacter Field (C1TextRange)
    In This Topic
    Represents non character content, like images, in the document when transforming to text via the Text property.
    Syntax
    'Declaration
     
    
    Public Const ObjectReplacementCharacter As Char
    public const char ObjectReplacementCharacter
    See Also