 | PdfControlSetFocus Method |
Set the input focus to the specified control.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic void SetFocus(
PdfPage page
)
Public Sub SetFocus (
page As PdfPage
)
public:
void SetFocus(
PdfPage^ page
)
member SetFocus :
page : PdfPage -> unit
public void SetFocus(
PdfPage page
)
Parameters
- page PdfPage
- The PdfPage.
See Also