'Declaration Public Overridable Function GetUniqueAnnotationName( _
ByVal targetListThe target annotation list.As Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationList, _
ByVal annotationThe annotation.As Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation _
) As System.String
public virtual System.String GetUniqueAnnotationName(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationList targetList,
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation annotation
)
public: virtual System.String GetUniqueAnnotationName(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationList* targetList,
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation* annotation
)
public:
virtual System.String GetUniqueAnnotationName(
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotationList^ targetList,
Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation^ annotation
)
Parameters
- targetList
- The target annotation list.
- annotation
- The annotation.
Return Value
A unique name for annotation in annotation list.