VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / OverlayBinaryCommand Class / OverlayImage Property
Syntax Exceptions Requirements SeeAlso
In This Topic
    OverlayImage Property (OverlayBinaryCommand)
    In This Topic
    Gets or sets an image that should be overlaid on top of the source image.
    Syntax
    'Declaration
    
    <DescriptionAttribute("An image that should be overlaid on top of the source image.")>
    <DefaultValueAttribute(null)>
    Public Property OverlayImage As Vintasoft.Imaging.VintasoftImage
    
    
    [Description("An image that should be overlaid on top of the source image.")]
    [DefaultValue(null)]
    public Vintasoft.Imaging.VintasoftImage OverlayImage { get; set; }
    
    
    [Description("An image that should be overlaid on top of the source image.")]
    [DefaultValue(null)]
    public: __property Vintasoft.Imaging.VintasoftImage* get_OverlayImage();
    public: __property void set_OverlayImage(
    Vintasoft.Imaging.VintasoftImage* value
    );
    [Description("An image that should be overlaid on top of the source image.")]
    [DefaultValue(null)]
    public:
    property Vintasoft.Imaging.VintasoftImage^ OverlayImage { Vintasoft.Imaging.VintasoftImage^ get(); void set(Vintasoft.Imaging.VintasoftImage^ value); }

    Property Value

    Default value is null.
    Exceptions
    ExceptionDescription
    Thrown if overlay image is null.
    Thrown if image has unsupported pixel format. Supported format: BlackWhite.
    Requirements

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

    See Also