| PdfButtonField Constructor  | 
  
    Namespace: 
   RadPdf.Data.Document.Objects.FormFields
    Assembly:
   RadPdfStandard (in RadPdfStandard.dll) Version: 4.7.0.0 (4.7.0.0)
 Syntax
Syntaxpublic PdfButtonField(
	PdfPage parentPage
)
Public Sub New ( 
	parentPage As PdfPage
)
Parameters
- parentPage
- Type: RadPdf.Data.Document.PagesPdfPage
 The page to which this new object should be added.
 See Also
See Also