Skip to content

Commit c33315d

Browse files
Update file(s) "/." from "groupdocs-signature/Groupdocs.Signature-References"
1 parent fb02092 commit c33315d

4 files changed

Lines changed: 26 additions & 2 deletions

File tree

  • content/sites/groupdocs/signature/english/net/groupdocs.signature.options.appearances/pdfdigitalsignatureappearance

content/sites/groupdocs/signature/english/net/groupdocs.signature.options.appearances/pdfdigitalsignatureappearance/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ public sealed class PdfDigitalSignatureAppearance : SignatureAppearance
3131
| [FontFamilyName](../../groupdocs.signature.options.appearances/pdfdigitalsignatureappearance/fontfamilyname) { getset; } | Gets or sets the Font family name to display the labels. Default value is "Arial". |
3232
| [FontSize](../../groupdocs.signature.options.appearances/pdfdigitalsignatureappearance/fontsize) { getset; } | Gets or sets the Font size to display the labels. Default value is 10. |
3333
| [Foreground](../../groupdocs.signature.options.appearances/pdfdigitalsignatureappearance/foreground) { getset; } | Get or set foreground text color of signature appearance. By default the value is Color.FromArgb(76, 100, 255) |
34+
| [IsForegroundImage](../../groupdocs.signature.options.appearances/pdfdigitalsignatureappearance/isforegroundimage) { getset; } | Gets or sets a value indicating whether the image in the signature appearance is drawn as a foreground image. Default value: false. |
3435
| [LocationLabel](../../groupdocs.signature.options.appearances/pdfdigitalsignatureappearance/locationlabel) { getset; } | Gets or sets location label. Default value: "Location". if this value is empty then no location label will appear on digital signature area. |
3536
| [ReasonLabel](../../groupdocs.signature.options.appearances/pdfdigitalsignatureappearance/reasonlabel) { getset; } | Gets or sets reason label. Default value: "Reason". if this value is empty then no reason label will appear on digital signature area. |
3637

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: IsForegroundImage
3+
second_title: GroupDocs.Signature for .NET API Reference
4+
description: Gets or sets a value indicating whether the image in the signature appearance is drawn as a foreground image. Default value false.
5+
type: docs
6+
weight: 90
7+
url: /net/groupdocs.signature.options.appearances/pdfdigitalsignatureappearance/isforegroundimage/
8+
---
9+
## PdfDigitalSignatureAppearance.IsForegroundImage property
10+
11+
Gets or sets a value indicating whether the image in the signature appearance is drawn as a foreground image. Default value: false.
12+
13+
```csharp
14+
public bool IsForegroundImage { get; set; }
15+
```
16+
17+
### See Also
18+
19+
* class [PdfDigitalSignatureAppearance](../../pdfdigitalsignatureappearance)
20+
* namespace [GroupDocs.Signature.Options.Appearances](../../../groupdocs.signature.options.appearances)
21+
* assembly [GroupDocs.Signature](../../../)
22+
23+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.signature.dll -->

content/sites/groupdocs/signature/english/net/groupdocs.signature.options.appearances/pdfdigitalsignatureappearance/locationlabel/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: LocationLabel
33
second_title: GroupDocs.Signature for .NET API Reference
44
description: Gets or sets location label. Default value Location. if this value is empty then no location label will appear on digital signature area.
55
type: docs
6-
weight: 90
6+
weight: 100
77
url: /net/groupdocs.signature.options.appearances/pdfdigitalsignatureappearance/locationlabel/
88
---
99
## PdfDigitalSignatureAppearance.LocationLabel property

content/sites/groupdocs/signature/english/net/groupdocs.signature.options.appearances/pdfdigitalsignatureappearance/reasonlabel/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: ReasonLabel
33
second_title: GroupDocs.Signature for .NET API Reference
44
description: Gets or sets reason label. Default value Reason. if this value is empty then no reason label will appear on digital signature area.
55
type: docs
6-
weight: 100
6+
weight: 110
77
url: /net/groupdocs.signature.options.appearances/pdfdigitalsignatureappearance/reasonlabel/
88
---
99
## PdfDigitalSignatureAppearance.ReasonLabel property

0 commit comments

Comments
 (0)