XlsPageSetupBase BackgoundImage Property |
Namespace: Spire.Xls.Core.Spreadsheet
public Bitmap BackgoundImage { get; set; }
Public Property BackgoundImage As Bitmap Get Set
public: virtual property Bitmap^ BackgoundImage { Bitmap^ get () sealed; void set (Bitmap^ value) sealed; }
abstract BackgoundImage : Bitmap with get, set override BackgoundImage : Bitmap with get, set