OdsPageBackground
ImageType Property
|
Gets/sets the image type of image background.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public OdsPageBackgroundImageType ImageType { get; set; }
Public Property ImageType As OdsPageBackgroundImageType
Get
Set
public:
property OdsPageBackgroundImageType ImageType {
OdsPageBackgroundImageType get ();
void set (OdsPageBackgroundImageType value);
}
member ImageType : OdsPageBackgroundImageType with get, set
Property Value
Type:
OdsPageBackgroundImageType
See Also