'Declaration Public Overridable Function CreateMarkupAnnotation( _
ByVal annotationTypeThe markup annotation type.As Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationType, _
ByVal imageAn image that contains text region.As Vintasoft.Imaging.VintasoftImage, _
ByVal textRegionThe text region.As Vintasoft.Imaging.Text.TextRegion _
) As Vintasoft.Imaging.Pdf.Tree.Annotations.PdfMarkupAnnotation
public virtual Vintasoft.Imaging.Pdf.Tree.Annotations.PdfMarkupAnnotation CreateMarkupAnnotation(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationType annotationType,
Vintasoft.Imaging.VintasoftImage image,
Vintasoft.Imaging.Text.TextRegion textRegion
)
Parameters
- annotationType
- The markup annotation type.
- image
- An image that contains text region.
- textRegion
- The text region.
Return Value
The text markup annotation.