'Declaration Public Overloads Sub SetDataField( _
ByVal fieldNameName of the field (key of this dictionary).As System.String, _
ByVal embeddedFileSpecificationThe embedded file specification.As Vintasoft.Imaging.Pdf.Tree.PdfEmbeddedFileSpecification, _
ByVal valueData field 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
- Name of the field (key of this dictionary).
- embeddedFileSpecification
- The embedded file specification.
- value
- Data field value.