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


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

    Property Value

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