2
0
Brucey 2 жил өмнө
parent
commit
63828fb11b

+ 3 - 0
pdf.mod/examples/grid_sheet.bmx

@@ -1,3 +1,6 @@
+'
+' This is not an example, it is used by some of the examples
+'
 SuperStrict
 
 Function PrintGrid(pdf:TPDFDoc, page:TPDFPage)

+ 1 - 1
pdf.mod/examples/text_example.bmx

@@ -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)