SetPDFA3DefaultAFRelationship

Document properties, Compliance

Description

Sets the default /AFRelationship value applied to embedded file FileSpec dictionaries when the document is saved in PDF/A-3 mode.

This is useful when several embedded files share the same relationship and the caller does not need to set each FileSpec individually.

Syntax

Delphi

Function SetPDFA3DefaultAFRelationship(Const Relationship: WideString): Integer;

Parameters

RelationshipCommon ISO 19005-3 values include Source, Data, Alternative, Supplement, and Unspecified. Pass an empty string to restore Unspecified.

Returns

Returns 1 after the default relationship is stored.

See also

SetPDFAMode, EmbedFile