Click or drag to resize

CPDFSignatureWidgetUpdateApWithImage Method (Byte, Int32, Int32, C_Scale_Type, Int32)

Updates form appearance by image.

Namespace:  ComPDFKit.PDFAnnotation.Form
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public bool UpdateApWithImage(
	byte[] imageData,
	int imageWidth,
	int imageHeight,
	C_Scale_Type scaleType,
	int rotation
)

Parameters

imageData
Type: SystemByte
Bitmap data of image
imageWidth
Type: SystemInt32
Image width
imageHeight
Type: SystemInt32
Image height
scaleType
Type: ComPDFKit.ImportC_Scale_Type
The zoom rule for filling the image into the form
rotation
Type: SystemInt32
Rotation value, range0,1,2,3

Return Value

Type: Boolean
Returns true on success, false on failure
See Also