FormFix v6.0 for .NET - Updated
UnsupportedImageFormatException Class
Members 



Accusoft.FormDirectorSdk Namespace : UnsupportedImageFormatException Class
An exception object that this component will throw whenever you try to pass in an image with a bit count greater than 1 bit per pixel.
Syntax
'Declaration
 
<SerializableAttribute()>
Public NotInheritable Class UnsupportedImageFormatException 
   Inherits System.Exception
'Usage
 
Dim instance As UnsupportedImageFormatException
[Serializable()]
public sealed class UnsupportedImageFormatException : System.Exception 
[Serializable()]
public ref class UnsupportedImageFormatException sealed : public System.Exception 
Remarks

A TemplateImage or Field object will throw this exception whenever an image with a bit count greater than 1 bit per pixel is passed into the object.

Inheritance Hierarchy

System.Object
   System.Exception
      Accusoft.FormDirectorSdk.UnsupportedImageFormatException

See Also

Reference

UnsupportedImageFormatException Members
Accusoft.FormDirectorSdk Namespace
TemplateImage.Hdib
TemplateImage.Hbitmap
TemplateImage.Image
Field.ClipBitmap
Field.ClipImage
Field.ClipHdib
Field.ClipHbitmap

Is this page helpful?
Yes No
Thanks for your feedback.