'Declaration Public Overloads Shared Function ConvertToPdfAnnotations( _
ByVal streamThe stream that contains serialized Vintasoft annotations.As System.IO.Stream, _
ByVal imageResolutionThe resolution of an image with annotations.As Vintasoft.Imaging.Resolution, _
ByVal pageThe parent PDF page of new annotations.As Vintasoft.Imaging.Pdf.Tree.PdfPage _
) As Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation[]
public static Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation[] ConvertToPdfAnnotations(
System.IO.Stream stream,
Vintasoft.Imaging.Resolution imageResolution,
Vintasoft.Imaging.Pdf.Tree.PdfPage page
)
public: static Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation*[] ConvertToPdfAnnotations(
System.IO.Stream* stream,
Vintasoft.Imaging.Resolution imageResolution,
Vintasoft.Imaging.Pdf.Tree.PdfPage* page
)
public:
static Vintasoft.Imaging.Pdf.Tree.Annotations.PdfAnnotation^[] ConvertToPdfAnnotations(
System.IO.Stream^ stream,
Vintasoft.Imaging.Resolution imageResolution,
Vintasoft.Imaging.Pdf.Tree.PdfPage^ page
)
Parameters
- stream
- The stream that contains serialized Vintasoft annotations.
- imageResolution
- The resolution of an image with annotations.
- page
- The parent PDF page of new annotations.
Return Value
An array of PDF annotations.