- Init(Activity) - Static method in class com.radaee.pdf.Global
-
global initialize function.
- Ink - Class in com.radaee.pdf
-
class for ink.
- Ink(float) - Constructor for class com.radaee.pdf.Ink
-
constructor for ink.
- inkColor - Static variable in class com.radaee.pdf.Global
-
color for ink annotation
- inkWidth - Static variable in class com.radaee.pdf.Global
-
width for ink lines.
- Invalidate() - Method in class com.radaee.pdf.PDFV
-
set redraw flag, redraw operation will applied when next draw invoked.
- invertBmp(int) - Static method in class com.radaee.pdf.Global
-
invert all colors for locked bmp.
- is_opened() - Method in class com.radaee.pdf.Document
-
check if opened.
- IsAnnotLocked(int) - Method in class com.radaee.pdf.Page
-
check if position and size of the annotation is locked?
this can be invoked after ObjsStart or Render or RenderToBmp.
this method valid in professional or premium version
- IsAnnotLockedContent(int) - Method in class com.radaee.pdf.Page
-
check if texts of the annotation is locked?
this can be invoked after ObjsStart or Render or RenderToBmp.
this method valid in professional or premium version
- IsEncrypted() - Method in class com.radaee.pdf.Document
-
check if document is encrypted.