pdfsignaturefield-ag凯发旗舰厅
com.spire.pdf.fields
class pdfsignaturefield
java.lang.object
com.spire.pdf.fields.pdffield
com.spire.pdf.fields.pdfsignaturestyledfield
com.spire.pdf.fields.pdfsignatureappearancefield
com.spire.pdf.fields.pdfsignaturefield
- all implemented interfaces:
- ipdfwrapper
public class pdfsignaturefield
- extends pdfsignatureappearancefield
represents signature field in the pdf form.
method summary |
void |
drawimage(pdfimage image,
float x,
float y)
draws an image. |
void |
drawimage(pdfimage image,
java.awt.geom.point2d point,
java.awt.geom.dimension2d size)
draws an image. |
void |
drawimage(pdfimage image,
java.awt.geom.rectangle2d rectangle)
draws an image. |
methods inherited from class com.spire.pdf.fields.pdfsignaturestyledfield |
getbackcolor, getbordercolor, getborderstyle, getborderwidth, getbounds, gethighlightmode, setbackcolor, setbordercolor, setborderstyle, setborderwidth, setbounds, sethighlightmode |
methods inherited from class com.spire.pdf.fields.pdffield |
getexport, getflatten, getform, getmappingname, getname, getpage, getreadonly, getrequired, gettooltip, setexport, setflatten, setreadonly, settooltip |
pdfsignaturefield
public pdfsignaturefield(pdfpagebase page,
java.lang.string name)
pdfsignaturefield
public pdfsignaturefield(pdfpagebase page,
java.lang.string name,
pdfsignature m_signature)
- initializes a new instance of the class.
- parameters:
page
- page which the field to be placed on.name
- the name of the field.m_signature
- a pdfsignature obj
pdfsignaturefield
public pdfsignaturefield()
drawimage
public void drawimage(pdfimage image,
float x,
float y)
- draws an image.
- parameters:
image
- the image.x
- the x.y
- the y.
drawimage
public void drawimage(pdfimage image,
java.awt.geom.rectangle2d rectangle)
- draws an image.
- parameters:
image
- the image.rectangle
- the rectangle.
drawimage
public void drawimage(pdfimage image,
java.awt.geom.point2d point,
java.awt.geom.dimension2d size)
- draws an image.
- parameters:
image
- the image.point
- the point.size
- the size.