'Declaration Public Function New( _
ByVal imageThe image.As Vintasoft.Imaging.VintasoftImage, _
ByVal makrupTextThe makrup text.As Vintasoft.Imaging.Text.TextRegion, _
ByVal markupAnnotationThe markup annotation.As Vintasoft.Imaging.Pdf.Tree.Annotations.PdfMarkupAnnotation _
)
public PdfMarkupAnnotationEventArgs(
Vintasoft.Imaging.VintasoftImage image,
Vintasoft.Imaging.Text.TextRegion makrupText,
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfMarkupAnnotation markupAnnotation
)
public: PdfMarkupAnnotationEventArgs(
Vintasoft.Imaging.VintasoftImage* image,
Vintasoft.Imaging.Text.TextRegion* makrupText,
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfMarkupAnnotation* markupAnnotation
)
public:
PdfMarkupAnnotationEventArgs(
Vintasoft.Imaging.VintasoftImage^ image,
Vintasoft.Imaging.Text.TextRegion^ makrupText,
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfMarkupAnnotation^ markupAnnotation
)
Parameters
- image
- The image.
- makrupText
- The makrup text.
- markupAnnotation
- The markup annotation.