Click or drag to resize

CPDFStampAnnotationGetTextStamp Method

Gets attribute of text stamp.

Namespace:  ComPDFKit.PDFAnnotation
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public bool GetTextStamp(
	ref string content,
	ref string date,
	ref C_TEXTSTAMP_SHAPE shape,
	ref C_TEXTSTAMP_COLOR color
)

Parameters

content
Type: SystemString
Text content
date
Type: SystemString
Date
shape
Type: ComPDFKit.PDFAnnotationC_TEXTSTAMP_SHAPE
Shape
color
Type: ComPDFKit.PDFAnnotationC_TEXTSTAMP_COLOR
Color

Return Value

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