ComponentOne List for WinForms
C1.Win.C1List Namespace / PrintInfo Class / ShouldSerializePageSettings Method

In This Topic
    ShouldSerializePageSettings Method (PrintInfo)
    In This Topic
    Indicates whether the PageSettings property should be serialized.
    Syntax
    'Declaration
     
    
    Public Function ShouldSerializePageSettings() As Boolean
    public bool ShouldSerializePageSettings()

    Return Value

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