'Declaration Public Overloads Sub Markup( _
ByVal markupModeThe markup mode.As PdfTextMarkupToolMode, _
ByVal imageThe image that contains text region.As Vintasoft.Imaging.VintasoftImage, _
ByVal textRegionThe text region.As Vintasoft.Imaging.Text.TextRegion _
)
public void Markup(
PdfTextMarkupToolMode markupMode,
Vintasoft.Imaging.VintasoftImage image,
Vintasoft.Imaging.Text.TextRegion textRegion
)
Parameters
- markupMode
- The markup mode.
- image
- The image that contains text region.
- textRegion
- The text region.