 | PdfInteractiveFormsGetPageControls Method |
Gets collection of controls for specified page.
Namespace:
Patagames.Pdf.Net
Assembly:
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.40.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
- Type: Patagames.Pdf.NetPdfPage
PDF page object.
Return Value
Type:
PdfControlCollectionsCollection of controls for specified page .
See Also