Click or drag to resize

OverlayMaskedDocumentCommandTopImage Property

Gets or sets the top 1-bit image to overlay.

Namespace:  Atalasoft.Imaging.ImageProcessing.Document
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AtalaImage TopImage { get; set; }

Property Value

Type: AtalaImage
The top 1-bit image to overlay.
Exceptions
ExceptionCondition
Thrown if image is not 1 bit black and white.
See Also