'Declaration Public Overloads Sub SetDataAsString( _
ByVal fieldNameName of the field (key of this dictionary).As System.String, _
ByVal folderThe attachment folder.As PdfAttachmentFolder, _
ByVal valueData field value.As System.String _
)
public void SetDataAsString(
System.String fieldName,
PdfAttachmentFolder folder,
System.String value
)
public: void SetDataAsString(
System.String fieldName,
PdfAttachmentFolder* folder,
System.String value
)
public:
void SetDataAsString(
System.String fieldName,
PdfAttachmentFolder^ folder,
System.String value
)
Parameters
- fieldName
- Name of the field (key of this dictionary).
- folder
- The attachment folder.
- value
- Data field value.
Return Value
Data, as string, that is associated with this schema field.