Width

This property sets or returns the Width size information of the field label on the Verifier form.

Sample Code

The following sample code returns the width of the Invoice Number field label from the Verifier form.

Dim theVerificationProject as DISTILLERVERIFIERCOMPLib.SCBCdrVerificationProject
Dim theVerificationForm as DISTILLERVERIFIERCOMPLib.SCBCdrVerificationForm
Dim WidthInfo as Integer
'Request the main form
Project.GetVerifierProject theVerificationProject
Set theVerificationForm = theVerificationProject.AllVerificationForms.ItemByName("Invoices")
WidthInfo = theVerificationForm.VerificationLabels.ItemByName("Label_InvoiceNo").Width

See also