THPDFArrayObject.AddBooleanValue Method

Adds boolean value data to the low-level PDF object workflow. The call creates or attaches the PDF-side object needed by later output, validation, signing, or page rendering steps

Declaration

procedure AddBooleanValue(Value: boolean);

Unit

HPDFObjs

Parameters

NamePurpose
ValueInput used by AddBooleanValue

Return value

This member does not return a value

Usage notes

Related APIs