SetDefaultStructureNamespace

Tagged PDF, PDF compatibility

Описание

Выбирает пространство имён, назначаемое существующим элементам структуры без назначения и открываемым далее

Синтаксис

Delphi

Function TPDFlib.SetDefaultStructureNamespace(NamespaceID: Integer): Integer;

DLL

Function DLSetDefaultStructureNamespace(InstanceID, NamespaceID: Integer): Integer; Stdcall;

ActiveX

Function PDFlib::SetDefaultStructureNamespace(NamespaceID As Long) As Long

Параметры

NamespaceIDIdentifier returned by AddStructureNamespace, or 0 to clear the default for future elements

Return values

0Идентификатор вне диапазона либо документ не выбран
1The default was selected

Примечания

SetPDFUA2Mode and accessibility-enabled SetWTPDFMode automatically select the PDF 2.0 standard structure namespace

См. также

SetStructElemNamespace, GetStructureNamespaceCount