Working with Forms (Facades)

Skip to end of metadata
Go to start of metadata
This Section includes following topics:
Aspose.Pdf.Facades work with only full field names in contrast with old Aspose.Pdf.Kit which allowed access to field by partial name. This was made to avoid field names ambiguity and confusion with fields with duplicated partial names. If you need to access particular field by partial name, you may try using Form.FieldNames property which contains full names of form fields. (Iterate through FieldNames array and select field whose name is ended with partial name ... etc)
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.