OdsPageBackground
ImagePositonType Property
|
Gets/sets the position 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 OdsPageBackgroundImagePositionType ImagePositonType { get; set; }
Public Property ImagePositonType As OdsPageBackgroundImagePositionType
Get
Set
public:
property OdsPageBackgroundImagePositionType ImagePositonType {
OdsPageBackgroundImagePositionType get ();
void set (OdsPageBackgroundImagePositionType value);
}
member ImagePositonType : OdsPageBackgroundImagePositionType with get, set
Property Value
Type:
OdsPageBackgroundImagePositionType
See Also