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


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

    Property Value

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