 | PdfInteractiveFormsGetPageControls Method |
Gets collection of controls for specified page.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntaxpublic PdfControlCollections GetPageControls(
PdfPage page
)
Public Function GetPageControls (
page As PdfPage
) As PdfControlCollections
public:
PdfControlCollections^ GetPageControls(
PdfPage^ page
)
member GetPageControls :
page : PdfPage -> PdfControlCollections public PdfControlCollections GetPageControls(
PdfPage page
)
function GetPageControls(page);
Parameters
- page PdfPage
- PDF page object.
Return Value
PdfControlCollectionsCollection of controls for specified page .
See Also