VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / OverlayMaskedCommand Class / OverlayImage Property
Syntax Exceptions Remarks Requirements SeeAlso
In This Topic
OverlayImage Property (OverlayMaskedCommand)
In This Topic
Gets or sets an overlay image.
Syntax
'Declaration

<DefaultValueAttribute(null)>
<DescriptionAttribute("An overlay image.")>
Public Property OverlayImage As Vintasoft.Imaging.VintasoftImage

[DefaultValue(null)]
[Description("An overlay image.")]
public Vintasoft.Imaging.VintasoftImage OverlayImage { get; set; }

Exceptions
ExceptionDescription
Thrown if overlay image is null.
Remarks

Image that should be overlaid on top of the source image.

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also