DynaPDF Manual - Page 40

Previous Page 39   Index   Next Page 41

Language Bindings
Page 40 of 839
End Sub
' Error event procedure
Private Sub FPDF_PDFError(ByVal Description As String, ByVal ErrType
As Integer, ByRef DoBreak As Boolean) Handles FPDF.PDFError
DoBreak = (MsgBox(Description, _
MsgBoxStyle.Exclamation Or _
MsgBoxStyle.YesNo, _
"Error") = MsgBoxResult.Yes)
End Sub
 

Previous topic: Data types used by DynaPDF, Exception handling in VB .Net, The DoEvents problem

Next topic: Visual C#, .Net Core compatibility, Using DynaPDF with Visual Studio, 64 Bit Applications