DynaPDF Manual - Page 341

Previous Page 340   Index   Next Page 342

Function Reference
Page 341 of 839
EndContinueText (obsolete)
Syntax:
LBOOL pdfEndContinueText(
const PPDF* IPDF) // Instance pointer
It is no longer required to finish a text block with this function. The function returns always true.
EndLayer
Syntax:
LBOOL pdfEndLayer(
const PPDF* IPDF) // Instance pointer
The function closes a layer that was opened by BeginLayer().
If the function succeeds the return value is 1. If the function fails the return value is 0.
EndPage
Syntax:
SI32 pdfEndPage(
const PPDF* IPDF) // Instance pointer
This function closes an open page that was opened by Append() or EditPage().
Return values:
If the function succeeds the return value is 1. If the function fails the return value is 0.
EndPattern
Syntax:
SI32 pdfEndPattern(
const PPDF* IPDF) // Instance pointer
This function closes an open pattern that was opened by BeginPattern() or CreateStdPattern().
Return values:
If the function succeeds the return value is 1. If the function fails the return value is 0.
EndTemplate
Syntax:
SI32 pdfEndTemplate(
const PPDF* IPDF) // Instance pointer
This function closes an open template that was opened by BeginTemplate(), EditTemplate() or
EditTemplate2().
 

Previous topic: EncryptPDF

Next topic: EnumDocFonts