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


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

    Property Value

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