Click or drag to resize

SignatureWidgetAnnotationMakeBasicAppearance Method

Makes a basic appearance for using supplied signature information.

Namespace:  Atalasoft.PdfDoc.Generating.Annotations
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static string MakeBasicAppearance(
	GlobalResources gr,
	PdfBounds bounds,
	PdfTextAppearance app,
	double borderWidth,
	IPdfColor outlineColor,
	IPdfColor fillColor,
	bool includeLogo,
	BaseSignature docCert
)

Parameters

gr
Type: Atalasoft.PdfDoc.Generating.ResourceHandlingGlobalResources
The GlobalResources in which the appearance will be stored.
bounds
Type: Atalasoft.PdfDoc.GeometryPdfBounds
The bounds of the appearance.
app
Type: Atalasoft.PdfDoc.Generating.RenderingPdfTextAppearance
The text appearance.
borderWidth
Type: SystemDouble
Width of the border around the signature, ignored if null.
outlineColor
Type: Atalasoft.PdfDoc.GeneratingIPdfColor
Color of the border.
fillColor
Type: Atalasoft.PdfDoc.GeneratingIPdfColor
Color used to fill the signature, ignored if null.
includeLogo
Type: SystemBoolean
If set to true, will add a logo under the signature.
docCert
Type: Atalasoft.PdfDoc.DigitalSignaturesBaseSignature
The document cert.

Return Value

Type: String
Exceptions
ExceptionCondition
ArgumentExceptionapp
See Also