| SignDocRenderParameterssetDecorations Method |
Enable rendering of decorations.
The default value is false.
For PDF documents, pages may optionally be rendered with
decorations: An icon visualizing the signature status will be
added to each signature field:
- no icon (signature field not signed)
- green check mark (signature is OK)
- green check mark with yellow triangle (signature is OK but the
certificate is not trusted or the document has been extended,
ie, modified and saved incrementally after signing)
- red cross (signature broken)
.
For TIFF documents, this value is ignored; a red cross will be
displayed in signature fields if the signature is broken.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic void setDecorations(
bool decorations
)
Public Sub setDecorations (
decorations As Boolean
)
public:
void setDecorations(
bool decorations
)
member setDecorations :
decorations : bool -> unit
Parameters
- decorations
- Type: SystemBoolean
true to render decorations.
See Also