PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / BuildSerializerLog Property

In This Topic
    BuildSerializerLog Property (C1PrintDocument)
    In This Topic
    Gets or sets a value indicating whether a log should be built during serialization and deserialization operations. If an exception occurs, that log is available in the exception data. Set this property to true to help debugging obscure serialization errors.
    Syntax
    'Declaration
     
    Public Shared Property BuildSerializerLog As Boolean
    public static bool BuildSerializerLog {get; set;}
    See Also