PdfPageBase
AnnotationsWidget Property
|
Note: This API is now obsolete.
Gets the field collection.
Namespace:
Spire.Pdf
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
[ObsoleteAttribute("This property may be removed in the future, please use Annotations instead.")]
public PdfAnnotationCollection AnnotationsWidget { get; }
<ObsoleteAttribute("This property may be removed in the future, please use Annotations instead.")>
Public ReadOnly Property AnnotationsWidget As PdfAnnotationCollection
Get
public:
[ObsoleteAttribute(L"This property may be removed in the future, please use Annotations instead.")]
property PdfAnnotationCollection^ AnnotationsWidget {
PdfAnnotationCollection^ get ();
}
[<ObsoleteAttribute("This property may be removed in the future, please use Annotations instead.")>]
member AnnotationsWidget : PdfAnnotationCollection with get
Property Value
Type:
PdfAnnotationCollection
See Also