'Declaration Public Overloads Function AddAnnotation( _
ByVal annotationАннотация, которую нужно добавить.As Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation _
) As PdfAnnotationView
public PdfAnnotationView AddAnnotation(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation annotation
)
public: PdfAnnotationView* AddAnnotation(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation* annotation
)
public:
PdfAnnotationView^ AddAnnotation(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation^ annotation
)
Parameters
- annotation
- Аннотация, которую нужно добавить.
Return Value
Представление аннотации, соответствующее аннотации.