OfficeImageFillFormatTWatermarkableImage

OfficeImageFillFormat<TWatermarkableImage> class

Represents the image fill format settings in any supported office content.

public abstract class OfficeImageFillFormat<TWatermarkableImage>
    where TWatermarkableImage : WatermarkableImage
Parameter Description
TWatermarkableImage The exact type of the watermarkable image that is used as background.

Properties

Name Description
abstract BackgroundImage { get; set; } Gets or sets the background image.
abstract TileAsTexture { get; set; } Gets or sets a value indicating whether the image is tiled across the background.
abstract Transparency { get; set; } Gets or sets the transparency of the background image as a value from 0.0 (opaque) through 1.0 (fully transparent).

See Also