DocumentOpen Method |
Open an image document
Documents opened with this method are read-only and cannot be modified.public static Document Open( Stream stream )
Exception | Condition |
---|---|
LicenseException | The license check has failed. |
UnknownFormatException | The document has a not recognized image format. |
CorruptException | The document is corrupt or not an image. |
ArgumentNullException | if stream is . |