'Declaration Public Function New( _
ByVal ownerThe collection that owns this comment.As PdfAnnotationCommentCollection, _
ByVal sourceThe source PDF markup annotation.As Vintasoft.Imaging.Pdf.Tree.Annotations.PdfMarkupAnnotation _
)
public PdfAnnotationComment(
PdfAnnotationCommentCollection owner,
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfMarkupAnnotation source
)
public: PdfAnnotationComment(
PdfAnnotationCommentCollection* owner,
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfMarkupAnnotation* source
)
public:
PdfAnnotationComment(
PdfAnnotationCommentCollection^ owner,
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfMarkupAnnotation^ source
)
Parameters
- owner
- The collection that owns this comment.
- source
- The source PDF markup annotation.