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 Long

Parameters

NamespaceIDRegistered namespace identifier, or 0 to remove the current element override

Return values

0No structure element is open or the identifier is out of range
1The current element namespace was updated

See also

SetDefaultStructureNamespace, BeginTag