SetHeaderCommentsFromVariant
Version history
This function was introduced in Quick PDF Library version 9.16.
Description
Allows a binary string to be added between the file header and first objects. The string should start with a % character to indicate that it is a comment.
Syntax
Delphi
This function is not available in the Delphi edition
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::SetHeaderCommentsFromVariant(
Source As Variant) As Long
DLL
This function is not available in the DLL edition
Parameters
Source | A byte array containing the new comments |
Return values
0 | The header comments could not be set |
1 | Success |