Image |
Create an image mask object from image data.
Supported formats are:public static ImageMask Create( Document targetDocument, Stream stream )
Exception | Condition |
---|---|
IOException | Error reading from the image or writing to the document |
UnknownFormatException | The image data has an unknown format or the format is not suitable for an image mask |
CorruptException | The image data is corrupt |
ArgumentException | if the targetDocument argument has already been closed |
ArgumentException | if the targetDocument argument is read-only |
ArgumentException | if the stream argument is |
ArgumentNullException | if targetDocument is . |
ArgumentNullException | if stream is . |