Package | Description |
---|---|
com.foxit.gsdk.image | |
com.foxit.gsdk.pdf | |
com.foxit.gsdk.pdf.annots | |
com.foxit.gsdk.pdf.pageobjects | |
com.foxit.gsdk.pdf.signature |
Modifier and Type | Method and Description |
---|---|
static Image |
Image.load(FileHandler imageFile)
Load an
Image object from an image file. |
Modifier and Type | Method and Description |
---|---|
static PDFWatermark |
PDFWatermark.create(PDFDocument document,
Image image,
PDFWatermark.WatermarkSetting settings)
Create a
PDFWatermark object from a specific Image object. |
Modifier and Type | Method and Description |
---|---|
void |
RubberStamp.setImage(Image image,
int compress)
Set image to current stamp annotation.
|
void |
Widget.setMKIconImage(int mkEntry,
Image image)
Set an image to a specific icon type in MK dictionary.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageObject.setImage(Image image)
Set an image to an image object.
|
Modifier and Type | Method and Description |
---|---|
void |
Signature.setImage(Image img)
Set an
Image object to icon in current signature display. |