Foxit PDF SDK
|
Public Member Functions | |
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 FillSignObject is the base class for all kinds of fill-sign object. This class offers base functions to get type, to move a fill-sign object or to generate content for a fill-sign object.
|
inline |
Constructor, with another fill-sign object.
[in] | other | Another fill-sign object. |
|
inline |
Generate content for current fill-sign object.
For fill-sign object with type foxit.pdf.FillSign.FillSignObjectType.e_FillSignObjectTypeSignature or foxit.pdf.FillSign.FillSignObjectType.e_FillSignObjectTypeInitialsSignature , function SignatureFillSignObject.SetBitmap should be called first.
|
inline |
Get rectangle, in PDF coordinate system.
|
inline |
Get fill-sign type.
|
inline |
Check whether current object is empty or not.
When the current object is empty, that means current object is useless.
|
inline |
Move current fill-sign object.
[in] | point | New left-bottom point for current fill-sign object, in PDF coordinate system. |
[in] | width | New width for current fill-sign object. |
[in] | height | New height for current fill-sign object. |
[in] | rotation | Rotation status information. This rotation value includes the view rotation and page ratation property information. Please refer to values starting from foxit.common.Rotation.e_Rotation0 and this should be one of these values except foxit.common.Rotation.e_RotationUnknown . |