'Declaration Public Overloads Sub SetDataField( _
ByVal fieldNameИмя поля (ключ этого словаря).As System.String, _
ByVal embeddedFileSpecificationСпецификация внедренного файла.As Vintasoft.Imaging.Pdf.Tree.PdfEmbeddedFileSpecification, _
ByVal valueЗначение поля данных.As PdfAttachmentDataField _
)
public void SetDataField(
System.String fieldName,
Vintasoft.Imaging.Pdf.Tree.PdfEmbeddedFileSpecification embeddedFileSpecification,
PdfAttachmentDataField value
)
public: void SetDataField(
System.String fieldName,
Vintasoft.Imaging.Pdf.Tree.PdfEmbeddedFileSpecification* embeddedFileSpecification,
PdfAttachmentDataField* value
)
public:
void SetDataField(
System.String fieldName,
Vintasoft.Imaging.Pdf.Tree.PdfEmbeddedFileSpecification^ embeddedFileSpecification,
PdfAttachmentDataField^ value
)
Parameters
- fieldName
- Имя поля (ключ этого словаря).
- embeddedFileSpecification
- Спецификация внедренного файла.
- value
- Значение поля данных.