SignatureWidgetAnnotation.MakeBasicAppearance 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)
Syntaxpublic static string MakeBasicAppearance(
GlobalResources gr,
PdfBounds bounds,
PdfTextAppearance app,
double borderWidth,
IPdfColor outlineColor,
IPdfColor fillColor,
bool includeLogo,
BaseSignature docCert
)
Public Shared Function MakeBasicAppearance (
gr As GlobalResources,
bounds As PdfBounds,
app As PdfTextAppearance,
borderWidth As Double,
outlineColor As IPdfColor,
fillColor As IPdfColor,
includeLogo As Boolean,
docCert As BaseSignature
) As String
Parameters
- gr
- Type: Atalasoft.PdfDoc.Generating.ResourceHandling.GlobalResources
The GlobalResources in which the appearance will be stored. - bounds
- Type: Atalasoft.PdfDoc.Geometry.PdfBounds
The bounds of the appearance. - app
- Type: Atalasoft.PdfDoc.Generating.Rendering.PdfTextAppearance
The text appearance. - borderWidth
- Type: System.Double
Width of the border around the signature, ignored if null. - outlineColor
- Type: Atalasoft.PdfDoc.Generating.IPdfColor
Color of the border. - fillColor
- Type: Atalasoft.PdfDoc.Generating.IPdfColor
Color used to fill the signature, ignored if null. - includeLogo
- Type: System.Boolean
If set to true, will add a logo under the signature. - docCert
- Type: Atalasoft.PdfDoc.DigitalSignatures.BaseSignature
The document cert.
Return Value
Type:
String
ExceptionsException | Condition |
---|
ArgumentException | app |
See Also