Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / IPageSetup Interface / CenterFooterPicture Property


In This Topic
    CenterFooterPicture Property
    In This Topic
    Gets or set a Graphic object that represents the picture for the center section of the footer. Used to set attributes about the picture.
    Syntax
    'Declaration
     
    
    ReadOnly Property CenterFooterPicture As IGraphic
    'Usage
     
    
    Dim instance As IPageSetup
    Dim value As IGraphic
     
    value = instance.CenterFooterPicture
    IGraphic CenterFooterPicture {get;}
    See Also