FDFFieldFindAttribute Method |
The function returns the specified attribute.
Namespace:
pdftron.FDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Obj FindAttribute(
string attrib
)
Public Function FindAttribute (
attrib As String
) As Obj
public:
virtual Obj^ FindAttribute(
[InAttribute] String^ attrib
) sealed
function FindAttribute(attrib);
Parameters
- attrib
- Type: SystemString
attribute name
Return Value
Type:
Obj return the attribute value if the given attribute name
was found or a NULL object if the given attribute name was not found.
See Also