Class OdsPageBackground
public class OdsPageBackground
- Inheritance
-
OdsPageBackground
- Inherited Members
Properties
Color
Gets/sets the color of background.
public Color Color { get; set; }
Property Value
ImageData
Gets/sets the image data of image background.
public byte[] ImageData { get; set; }
Property Value
- byte[]
ImageLink
Gets/sets the link file path of image.
public string ImageLink { get; set; }
Property Value
ImagePositonType
Gets/sets the position type of image background.
public OdsPageBackgroundImagePositionType ImagePositonType { get; set; }
Property Value
ImageType
Gets/sets the image type of image background.
public OdsPageBackgroundImageType ImageType { get; set; }
Property Value
Type
Gets the type of background. Read-only.
public OdsPageBackgroundType Type { get; }