- dark_mode - Static variable in class com.radaee.pdf.Global
-
render as dark mode?
- def_view - Static variable in class com.radaee.pdf.Global
-
default view:
0:vertical
2:scroll
3:single
4:SingleEx
5:ReFlow
6:2 page in landscape
- default_config() - Static method in class com.radaee.pdf.Global
-
reset to default configure.
- Destroy() - Method in class com.radaee.pdf.HWriting
-
destroy and free memory.
- Destroy() - Method in class com.radaee.pdf.Ink
-
destroy and free memory.
- Destroy() - Method in class com.radaee.pdf.Matrix
-
destroy and free memory.
- Destroy() - Method in class com.radaee.pdf.Path
-
free memory
- destroy() - Method in class com.radaee.pdfex.PDFThread
-
- dibFree(int) - Static method in class com.radaee.pdf.Global
-
free dib object.
- dibGet(int, int, int) - Static method in class com.radaee.pdf.Global
-
create or resize dib, and reset all pixels in dib.
if dib is 0, function create a new dib object.
otherwise function resize the dib object.
- do_open() - Method in class com.radaee.pdfex.PDFRecent
-
load all items from file.
- do_save() - Method in class com.radaee.pdfex.PDFRecent
-
save all items to file.
- do_update(String, int, float, float, float) - Method in class com.radaee.pdfex.PDFRecent
-
update an recent item.
- Document - Class in com.radaee.pdf
-
class for PDF Document.
- Document() - Constructor for class com.radaee.pdf.Document
-
- Document(int[]) - Constructor for class com.radaee.pdf.Document
-
inner function.
- Draw(Bitmap) - Method in class com.radaee.pdf.PDFV
-
invoke this draw view to Bitmap object
- drawRect(int, int, int, int, int, int, int) - Static method in class com.radaee.pdf.Global
-
fill solid rectangle to bmp.
- drawScroll(Bitmap, int, int, int, int, int) - Static method in class com.radaee.pdf.Global
-
not used for developer
- drawToBmp(int, int, int, int) - Static method in class com.radaee.pdf.Global
-
draw dib to bmp.