Click or drag to resize

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
)

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