PdfTextMarkupAnnotation
TextMarkupAnnotationType Property
|
Gets or sets TextMarkupAnnotationType .
Namespace:
Spire.Pdf.Annotations
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfTextMarkupAnnotationType TextMarkupAnnotationType { get; set; }
Public Property TextMarkupAnnotationType As PdfTextMarkupAnnotationType
Get
Set
public:
property PdfTextMarkupAnnotationType TextMarkupAnnotationType {
PdfTextMarkupAnnotationType get ();
void set (PdfTextMarkupAnnotationType value);
}
member TextMarkupAnnotationType : PdfTextMarkupAnnotationType with get, set
Property Value
Type:
PdfTextMarkupAnnotationType
See Also