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; }
Public Property TopImage As AtalaImage
Get
Set
Property Value
Type:
AtalaImage The top 1-bit image to overlay.
Exceptions Exception | Condition |
---|
| Thrown if image is not 1 bit black and white. |
See Also