Class | Description | |
---|---|---|
![]() | DataItem | Represents a type and a string (usually containing parameters or data used by a separate component.) |
![]() | DataItemCollection | Represents a collection of DataItem objects. Only the FormSet, FormDefinition, and Field classes use this class. |
![]() | Field | Represents a single field on a form. |
![]() | FieldCollection | Represents a collection of Field objects. This object is generally only used as part of a FormDefinition object. |
![]() | FileAlreadyLockedException | An exception object that this component will throw whenever an attempt is made to lock a form set file or form definition file that has already been locked by a different user or program, or if another user or program is currently reading from the file. |
![]() | FileNotLockedException | An exception object that this component will throw whenever an attempt is made to write to or unlock a form set file or form definition file that has not been opened (locked). |
![]() | FormDefinition | An abstract class that represents a single form, various processing parameters, and related data. |
![]() | FormDefinitionCollection | Represents a collection of FormDefinition objects. This object is generally only used as part of a FormSet object. |
![]() | FormDefinitionFile | Performs file I/O for form definition files. |
![]() | FormDefinitionReadException | An exception object that the FormDefinitionFile object may throw in various error situations that arise when reading a form definition file. |
![]() | FormDirector | A class used to initialize various resources and expose general interfaces not directly associated with form definition, such as for licensing and debugging. |
![]() | FormDirectorException | An exception object that this component may throw in various error situations in which a specific exception object does not exist. |
![]() | FormSet | An abstract class that represents a set of forms, various processing parameters, and related data. |
![]() | FormSetFile | Performs file I/O for form set files. |
![]() | FormSetReadException | An exception object that the FormSetFile object may throw in various error situations that arise when reading a form set file. |
![]() | GeneralReadException | An exception object that the FormSetFile or FormDefinitionFile objects may throw in various error situations that arise when reading a form set file or form definition file, respectively. |
![]() | ImageNullException | An exception object that the Field object will throw whenever the input image to any of the Clip methods is null. |
![]() | InternalErrorException | An exception object that this component may throw when an unexpected error occurs that is not handled by any expection. |
![]() | InvalidBitmapException | An exception object that this component may throw when bitmap data is determined to be invalid in the given situation. |
![]() | InvalidFileFormatException | An exception object that the FormSetFile or FormDefinitionFile will throw whenever a file is read that is invalid, or corrupt. |
![]() | InvalidFilenameException | An exception object that the FormSetFile and FormDefinitionFile objects will throw whenever an operation that requires a filename is used and the Filename property is set to an invalid path. |
![]() | InvalidLicenseException | An exception object that this component may throw when an operation is attempted and there is an insufficient license being used, or a license does not exist. |
![]() | InvalidParameterException | An exception object that this component may throw when an invalid parameter is encountered. |
![]() | InvalidTypeStringException | An exception object that a FormSetFile or FormDefinitionFile object will throw during a Write operation when the DataItem.Type property is set to an invalid string. For more information on what constitutes a valid string, see the DataItem.Type help file topic. |
![]() | Licensing | Provides methods for setting the license information for the toolkit. Obsolete - this class is deprecated for FormDirector. |
![]() | OutOfMemoryException | An exception object that this component may throw when there is no available memory. |
![]() | PathNotFoundException | An exception object that the FormSetFile and FormDefinitionFile objects will throw whenever the path given for the file does not exist. |
![]() | PicToolsException | An exception object that this component may throw if an underlying Accusoft OpCode returns an error. |
![]() | TemplateImage | Represents an image of a form, also known as a form template or template image. |
![]() | TemplateImageCollection | Represents a collection of TemplateImage objects. This object is generally only used as part of a FormDefinition object. |
![]() | UnsupportedImageFormatException | 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. |
![]() | ZeroDataLengthException | An exception object that the TemplateImage object will throw whenever the Hdib, Hbitmap, Bitmap or Image properties are accessed and TemplateImage.CompressedData has a length of 0. |
Is this page helpful?
Yes
No