Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / PrintInfo Class / FooterLeftImage Property


In This Topic
    FooterLeftImage Property (PrintInfo)
    In This Topic
    Gets or sets the image for the left section of the footer.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property FooterLeftImage As Byte()
    'Usage
     
    Dim instance As PrintInfo
    Dim value() As Byte
     
    instance.FooterLeftImage = value
     
    value = instance.FooterLeftImage
    [DefaultValue("")]
    public byte[] FooterLeftImage {get; set;}

    Property Value

    The image for the left portion of the printed footer. The default value is null, which means that no image is specified.
    See Also