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

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

    Return Value

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