'Declaration Protected Function New( _
ByVal documentРодительский документ поля.As Vintasoft.Imaging.Pdf.PdfDocument, _
ByVal nameЧастичное имя поля.As System.String, _
ByVal kidsДети поля.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
- Родительский документ поля.
- name
- Частичное имя поля.
- kids
- Дети поля.