Click or drag to resize

CPDFStampAnnotationSetImageStamp Method (String, String, Int32)

Namespace:  ComPDFKit.PDFAnnotation
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public bool SetImageStamp(
	string imagePath,
	string smaskPath,
	int rotation = 0
)

Parameters

imagePath
Type: SystemString
smaskPath
Type: SystemString
rotation (Optional)
Type: SystemInt32

Return Value

Type: Boolean
See Also