Click or drag to resize

TextMarkupAnnotation Constructor (TextMarkupKind)

Initializes a new instance of the TextMarkupAnnotation class with the specified markup kind. The Regions will be a new empty collection.

Namespace:  Atalasoft.PdfDoc.Generating.Annotations
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public TextMarkupAnnotation(
	TextMarkupKind kind
)

Parameters

kind
Type: Atalasoft.PdfDoc.Generating.AnnotationsTextMarkupKind
The kind.
See Also