'Declaration Public Function New( _
ByVal documentParent PDF document.As Vintasoft.Imaging.Pdf.PdfDocument, _
ByVal displayedNameThe textual field name that is displayed to the user by the PDF viewer application.As System.String, _
ByVal dataTypeThe type of data that is stored in the field.As AttachmentCollectionSchemaFieldDataType _
)
public PdfAttachmentCollectionSchemaField(
Vintasoft.Imaging.Pdf.PdfDocument document,
System.String displayedName,
AttachmentCollectionSchemaFieldDataType dataType
)
public: PdfAttachmentCollectionSchemaField(
Vintasoft.Imaging.Pdf.PdfDocument* document,
System.String displayedName,
AttachmentCollectionSchemaFieldDataType dataType
)
public:
PdfAttachmentCollectionSchemaField(
Vintasoft.Imaging.Pdf.PdfDocument^ document,
System.String displayedName,
AttachmentCollectionSchemaFieldDataType dataType
)
Parameters
- document
- Parent PDF document.
- displayedName
- The textual field name that is displayed to the user by the PDF viewer application.
- dataType
- The type of data that is stored in the field.