PdfSquigglyAnnotation Constructor |
Namespace:
RadPdf.Data.Document.Objects.Annotations
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public PdfSquigglyAnnotation(
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