GetPDFDeclarationsURI

Compliance

Description

Returns the URI that identifies one machine-readable PDF Declarations conformance claim

Syntax

Delphi

Function GetPDFDeclarationsURI(Index: Integer): WideString;

Parameters

IndexZero-based index of the declaration to read

Return values

URIThe stored declaration URI at Index
Empty stringNo document is loaded, Index is negative or out of range, or the declarations cannot be read

Remarks

Use GetPDFDeclarationsCount to establish the valid range from 0 through count minus 1

Example

URI:= PDF.GetPDFDeclarationsURI(0);

See also

GetPDFDeclarationsCount, GetPDFDeclarationsRole, GetPDFDeclarationsVersion, HasPDFDeclaration, SetPDFDeclarations