SetStructElemNamespace
Tagged PDF, PDF compatibility
Description
Overrides the namespace reference of the currently open structure element
Syntax
Delphi
Function TPDFlib.SetStructElemNamespace(NamespaceID: Integer): Integer;DLL
Function DLSetStructElemNamespace(InstanceID, NamespaceID: Integer): Integer; Stdcall;ActiveX
Function PDFlib::SetStructElemNamespace(NamespaceID As Long) As LongParameters
| NamespaceID | Registered namespace identifier, or 0 to remove the current element override |
|---|
Return values
| 0 | No structure element is open or the identifier is out of range |
|---|---|
| 1 | The current element namespace was updated |