'Declaration Public Overridable Function CreateMarkupAnnotation( _
ByVal annotationTypeТип аннотации разметки.As Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationType, _
ByVal imageИзображение, содержащее текстовую область.As Vintasoft.Imaging.VintasoftImage, _
ByVal textRegionТекстовая область.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
- Тип аннотации разметки.
- image
- Изображение, содержащее текстовую область.
- textRegion
- Текстовая область.
Return Value
Аннотация текстовой разметки.