'Declaration Public Overloads Shared Function ConvertToPdfAnnotations( _
ByVal annotationsThe collection that contains Vintasoft annotations.As Vintasoft.Imaging.Annotation.AnnotationDataCollection, _
ByVal pageThe parent PDF page of new annotations.As Vintasoft.Imaging.Resolution, _
ByVal imageResolutionThe resolution of an image with annotations.As Vintasoft.Imaging.Pdf.Tree.PdfPage _
) As Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation[]
public static Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation[] ConvertToPdfAnnotations(
Vintasoft.Imaging.Annotation.AnnotationDataCollection annotations,
Vintasoft.Imaging.Resolution page,
Vintasoft.Imaging.Pdf.Tree.PdfPage imageResolution
)
Parameters
- annotations
- The collection that contains Vintasoft annotations.
- page
- The parent PDF page of new annotations.
- imageResolution
- The resolution of an image with annotations.
Return Value
An array of PDF annotations.