Click or drag to resize

CPDFStampAnnotationSetTextStamp Method

Sets attribute of text stamp.

Namespace:  ComPDFKit.PDFAnnotation
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public bool SetTextStamp(
	string content,
	string date,
	C_TEXTSTAMP_SHAPE shape,
	C_TEXTSTAMP_COLOR color,
	int rotation = 0
)

Parameters

content
Type: SystemString
Text content
date
Type: SystemString
Date
shape
Type: ComPDFKit.PDFAnnotationC_TEXTSTAMP_SHAPE
Shape
color
Type: ComPDFKit.PDFAnnotationC_TEXTSTAMP_COLOR
Color
rotation (Optional)
Type: SystemInt32
Rotation angle

Return Value

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