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


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

    Property Value

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