Close the current display list.
If the current display list is a sub-list created using FormBegin(), PatternBegin(),
or Type3FontBegin() methods, the function will end the sub-list and will return
processing to the parent display list at the point where it left off before
entering the sub-list.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function End As Boolean
public:
virtual bool End() sealed
Return Value
Type:
Boolean true if the closed display list is a sub-list or false if it is a root
display list.
See Also