This is a wrap which is based on reverse engineering of the b4apdfviewer lib by @icefairy333
He lost the source of it but he allowed to do reverse engineering hi lib to reveal the source.
He also give me the permission to release it
See here
PDFViewer
Author: Icefairy333/DonManfred
Version: 1.5
He lost the source of it but he allowed to do reverse engineering hi lib to reveal the source.
He also give me the permission to release it
See here
PDFViewer
Author: Icefairy333/DonManfred
Version: 1.5
- PDFViewer
Fields:- ba As BA
- BringToFront
- GetPageCount As Int
- Initialize (arg1 As String)
- Invalidate
- Invalidate2 (arg0 As Rect)
- Invalidate3 (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)
- IsInitialized As Boolean
- RemoveView
- RequestFocus As Boolean
- SendToBack
- SetBackgroundImage (arg0 As Bitmap)
- SetColorAnimated (arg0 As Int, arg1 As Int, arg2 As Int)
- SetLayout (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int)
- SetLayoutAnimated (arg0 As Int, arg1 As Int, arg2 As Int, arg3 As Int, arg4 As Int)
- SetVisibleAnimated (arg0 As Int, arg1 As Boolean)
- finalize
- findOnPage (str As String, pageid As Int) As Int
- getPageBitmap (page As Int, zoom As Int, x As Int, y As Int, rotation As Int, prefXSize As Int, prefYSize As Int) As Bitmap
- getpdf (filepath As String)
- getpdf2 (filepath As String, password As String)
- init
- isValid As Boolean
- scrollToFindResult (n As Int)
- scrollToPage (page As Int)
- zoom (value As Float)
- Background As Drawable
- Color As Int [write only]
- Enabled As Boolean
- Height As Int
- Left As Int
- Parent As Object [read only]
- Tag As Object
- Top As Int
- Visible As Boolean
- Width As Int
Last edited by a moderator: