'Declaration Public Function New( _
ByVal documentParent document of this field.As Vintasoft.Imaging.Pdf.PdfDocument, _
ByVal namePartial field name.As System.String, _
ByVal checkBoxesCollection that contains check boxes of new check box group.As System.Collections.Generic.IEnumerable(Of PdfInteractiveFormCheckBoxField) _
)
public PdfInteractiveFormCheckBoxGroupField(
Vintasoft.Imaging.Pdf.PdfDocument document,
System.String name,
System.Collections.Generic.IEnumerable<PdfInteractiveFormCheckBoxField> checkBoxes
)
public: PdfInteractiveFormCheckBoxGroupField(
Vintasoft.Imaging.Pdf.PdfDocument* document,
System.String name,
System.Collections.Generic.IEnumerable<PdfInteractiveFormCheckBoxField*>* checkBoxes
)
public:
PdfInteractiveFormCheckBoxGroupField(
Vintasoft.Imaging.Pdf.PdfDocument^ document,
System.String name,
System.Collections.Generic.IEnumerable<PdfInteractiveFormCheckBoxField^>^ checkBoxes
)
Parameters
- document
- Parent document of this field.
- name
- Partial field name.
- checkBoxes
- Collection that contains check boxes of new check box group.