PrintDocument for WPF | ComponentOne
C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / Tag Class / SerializeValue Property

In This Topic
    SerializeValue Property
    In This Topic
    Gets or sets a value indicating whether the Value of the current tag should be serialized. The default is true.
    Syntax
    'Declaration
     
    Public Property SerializeValue As Boolean
    public bool SerializeValue {get; set;}
    See Also