@@ -1,3 +1,6 @@
+'
+' This is not an example, it is used by some of the examples
SuperStrict
Function PrintGrid(pdf:TPDFDoc, page:TPDFPage)
@@ -14,7 +14,7 @@ Const sampText2:String = "The quick brown fox jumps over the lazy dog."
Local pdf:TPDFDoc = New TPDFDoc
-pdf.SetCompressionMode(EPDFCompressionMode.COMP_ALL)
+pdf.SetCompressionMode(EPDFCompressionMode.ALL)
' create default-font */
Local font:TPDFFont = pdf.GetFont("Helvetica", Null)