GetPDFDeclarationsURI
Compliance
Description
Returns the URI that identifies one machine-readable PDF Declarations conformance claim
Syntax
Delphi
Function GetPDFDeclarationsURI(Index: Integer): WideString;Parameters
| Index | Zero-based index of the declaration to read |
|---|
Return values
| URI | The stored declaration URI at Index |
|---|---|
| Empty string | No 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