PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / DictionaryImage Class / ShouldSerializeImage Method

In This Topic
    ShouldSerializeImage Method (DictionaryImage)
    In This Topic
    Indicates whether the DictionaryImage.Image property should be serialized.
    Syntax
    'Declaration
     
    Protected Function ShouldSerializeImage() As Boolean
    protected bool ShouldSerializeImage()

    Return Value

    True if DictionaryImage.Image should be serialized, false otherwise.
    See Also