Interface IOfficeShapePictureFill
Represents the picture fill formatting options.
Namespace: Syncfusion.Office
Assembly: Syncfusion.Compression.NET.dll
Syntax
public interface IOfficeShapePictureFill
Properties
ImageBytes
Gets or sets the image as bytes.
Declaration
byte[] ImageBytes { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The image data in byte array format. |
TileMode
Gets or sets the OfficeShapeTileMode for the image.
Declaration
OfficeShapeTileMode TileMode { get; set; }
Property Value
Type | Description |
---|---|
OfficeShapeTileMode | The tiling mode of the image. |
Transparency
Gets or sets the transparency of the image.
Declaration
int Transparency { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The transparency value, where 0 is fully opaque and 100 is fully transparent. |