Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLPrintSettings Class / FooterPictureCenter Property

In This Topic
    FooterPictureCenter Property
    In This Topic
    Gets or sets the System.Windows.Media.Imaging.WriteableBitmap or XLPictureShape for the center part of the footer.
    Syntax
    'Declaration
     
    
    Public Property FooterPictureCenter As Object
    public object FooterPictureCenter {get; set;}
    See Also