FlattenAnnot
Annotations and hotspot links, Page layout
Version history
This function was introduced in Quick PDF Library version 9.14.
Description
Flattens the specified annotation by merging the appearance stream with the selected page.
Syntax
Delphi
function TDebenuPDFLibrary1811.FlattenAnnot(Index, Options: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::FlattenAnnot(Index As Long,
Options As Long) As Long
DLL
int DPLFlattenAnnot(int InstanceID, int Index, int Options)
Parameters
Index | The index of the annotation. The first annotation on the page has an index of 1. |
Options | This parameter is reserved for future use and should always be set to zero. |
Return values
0 | The specified annotation could not be flattened |
1 | Success |