Gets or sets the annotation Type.

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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

PdfTextMarkupAnnotationType

See Also