Click or drag to resize

PdfPopupAnnotationContents Property

Gets or sets a value representing this PdfPopupAnnotation's contents.

Namespace:  RadPdf.Data.Document.Objects.Annotations
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public string Contents { get; set; }

Property Value

Type: String
Remarks
This property propagates applicable values to this PdfPopupAnnotation's Parent, a PdfMarkupAnnotation.
See Also