'Declaration Public Function New( _
ByVal documentParent document.As Vintasoft.Imaging.Pdf.PdfDocument, _
ByVal dataValueThe data value of the field.As System.String _
)
public PdfAttachmentDataField(
Vintasoft.Imaging.Pdf.PdfDocument document,
System.String dataValue
)
public: PdfAttachmentDataField(
Vintasoft.Imaging.Pdf.PdfDocument* document,
System.String dataValue
)
public:
PdfAttachmentDataField(
Vintasoft.Imaging.Pdf.PdfDocument^ document,
System.String dataValue
)
Parameters
- document
- Parent document.
- dataValue
- The data value of the field.