THotPDF.DiffPreflightProfiles Method

Provides diff preflight profiles behaviour for the preflight validation workflow. Use it when the surrounding API family needs explicit control over PDF objects, page content, resources, conformance, or diagnostics

Declaration

function DiffPreflightProfiles(const A, B: THPDFPreflightProfile; out OnlyInA: AnsiString; out OnlyInB: AnsiString): boolean;

Unit

HPDFDoc

Parameters

NamePurpose
AInput used by DiffPreflightProfiles
BColor component or color value used by the painting or resource operation
OnlyInAInput used by DiffPreflightProfiles
OnlyInBInput used by DiffPreflightProfiles

Return value

Returns a boolean value

Usage notes

Related APIs