Foxit PDF SDK
|
Public Member Functions | |
SignatureFillSignObject (FillSignObject fillsign_object) | |
Constructor, with parent class object. More... | |
SignatureFillSignObject () | |
Constructor. | |
bool | IsInitialsType () |
Check if current annotation is an initials signature fill-sign object. More... | |
void | SetBitmap (Bitmap bitmap) |
Set a bitmap. More... | |
![]() | |
FillSignObject (FillSignObject other) | |
Constructor, with another fill-sign object. More... | |
FillSignObject () | |
Constructor. | |
bool | GenerateContent () |
Generate content for current fill-sign object. More... | |
RectF | GetRect () |
Get rectangle, in PDF coordinate system. More... | |
FillSign.FillSignObjectType | GetType () |
Get fill-sign type. More... | |
bool | IsEmpty () |
Check whether current object is empty or not. More... | |
void | Move (PointF point, float width, float height, Rotation rotation) |
Move current fill-sign object. More... | |
Class SignatureFillSignObject is derived from class FillSignObject , and is used to represent a signature or initiials signature fill- sign object.
|
inline |
Constructor, with parent class object.
[in] | fillsign_object | Parent class object. |
|
inline |
Check if current annotation is an initials signature fill-sign object.
|
inline |
Set a bitmap.
[in] | bitmap | A bitmap to be set to current fill-sign object. This should be a valid bitmap object. |