Monorepo/Modules.Jobs/EDMI/ZUGFeRD/PDFAttachments.vb
2020-03-04 14:44:18 +01:00

10 lines
218 B
VB.net

Public Class PDFAttachments
Public Sub New(GdPictureKey As String)
End Sub
Public Shared Function Extract(FileName As String)
Using oGDPicturePDF As New GDPicturePDF
End Function
End Class