Enum PdfSignatureAppearance.RenderingMode
- Namespace
- iText.Signatures
- Assembly
- itext.sign.dll
Signature rendering modes.
[Obsolete]
public enum PdfSignatureAppearance.RenderingMode
Fields
DESCRIPTION = 0
The rendering mode is just the description.
GRAPHIC = 3
The rendering mode is just an image.
GRAPHIC_AND_DESCRIPTION = 2
The rendering mode is an image and the description.
NAME_AND_DESCRIPTION = 1
The rendering mode is the name of the signer and the description.