HidePage
Page properties, Page manipulation
Description
Hides the selected page. This is similar to deleting the page, but the page contents are not removed from the PDF document. This is sometimes useful when used in conjunction with the ClonePages function.
Syntax
Delphi
function TPDFlib.HidePage: Integer;ActiveX
Function PDFlib::HidePage As LongDLL
int DLHidePage(int InstanceID);