PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / ShouldSerializeTagEscapeString Method

In This Topic
    ShouldSerializeTagEscapeString Method (C1PrintDocument)
    In This Topic
    Indicates whether the TagEscapeString property should be serialized.
    Syntax
    'Declaration
     
    Protected Function ShouldSerializeTagEscapeString() As Boolean
    protected bool ShouldSerializeTagEscapeString()

    Return Value

    True if TagEscapeString should be serialized, false otherwise.
    See Also