VerificationObject Object (IVerificationObject Interface)
This object represents a verification object. Verification is a two-stage process – group and context verification. Therefore the verification object can be submitted for group or context verification. This defines the type of the object (the Type property). Subsequent parameters depend on the type of the object (use the AsContextVerificationObject or AsGroupVerificationObject methods depending on the type of the object).
Properties
Name | Type | Description |
---|---|---|
BatchName | String, read-only | Returns the name of the batch which owns the verification object. |
ContextImage | __int64, read-only | Allows you to view the context of the object being verified. Contains the HBITMAP handle cast to the __int64 type. |
ContextRect | Rectangle, read-only | Returns the coordinates of the context image on the page. |
DocumentName | String, read-only | Returns the name of the document which owns the verification object (the IDocument::Title property). |
FieldName | String, read-only | Returns the name of the document field which owns the verification object. |
PageName | String, read-only | Returns the name of the page which owns the verification object (the IPage::Name property). |
State | VerificationObjectStateEnum | Specifies the state of the verification object. |
Type | VerificationObjectTypeEnum, read-only | Returns the type of the verification object. |
Methods
Name | Description |
---|---|
AsContextVerificationObject | Returns the verification object as the ContextVerificationObject object. If the object is not a context verification object, NULL is returned. |
AsGroupVerificationObject | Returns the verification object as the GroupVerificationObject object. If the object is not a context verification object, NULL is returned. |
Output parameter
This object is the output parameter of the Item method of the VerificationGroup object.
See also
8/15/2023 1:19:30 PM