Aspose::Pdf::Forms::XFA::GetFieldTemplate method

XFA::GetFieldTemplate method

Returns XML node of XFA field tempalte.

System::SharedPtr<System::Xml::XmlNode> Aspose::Pdf::Forms::XFA::GetFieldTemplate(System::String fieldName)
ParameterTypeDescription
fieldNameSystem::StringPath of the field which template must be found.

ReturnValue

XL node with field template.

See Also