PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderText Class / ShouldSerializeText Method

In This Topic
    ShouldSerializeText Method (RenderText)
    In This Topic
    Indicates whether the Text property should be serialized.
    Syntax
    'Declaration
     
    Protected Function ShouldSerializeText() As Boolean
    protected bool ShouldSerializeText()

    Return Value

    true if Text should be serialized, false otherwise.
    See Also