Click or drag to resize

OverlayMaskedDocumentCommandMask Property

Gets or sets the 1-bit image indicating the transparent and opaque regions of the 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 Mask { get; set; }

Property Value

Type: AtalaImage
The 1-bit image indicating the transparent and opaque regions of the overlay.
Exceptions
ExceptionCondition
Thrown if the image is not 1 bit black and white.
See Also