'Declaration Protected Function New( _
ByVal documentParent document of the field.As Vintasoft.Imaging.Pdf.PdfDocument, _
ByVal namePartial field name.As System.String, _
ByVal kidsChildren of the field.As System.Collections.Generic.IEnumerable(Of PdfInteractiveFormField) _
)
protected PdfInteractiveFormButtonField(
Vintasoft.Imaging.Pdf.PdfDocument document,
System.String name,
System.Collections.Generic.IEnumerable<PdfInteractiveFormField> kids
)
protected: PdfInteractiveFormButtonField(
Vintasoft.Imaging.Pdf.PdfDocument* document,
System.String name,
System.Collections.Generic.IEnumerable<PdfInteractiveFormField*>* kids
)
protected:
PdfInteractiveFormButtonField(
Vintasoft.Imaging.Pdf.PdfDocument^ document,
System.String name,
System.Collections.Generic.IEnumerable<PdfInteractiveFormField^>^ kids
)
Parameters
- document
- Parent document of the field.
- name
- Partial field name.
- kids
- Children of the field.