PdfSigningOptions.Creator Property

Gets or sets the string to use as the signature creator name.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public string Creator { get; set; }
VB
Public Property Creator As String
	Get
	Set

Property Value

Type: String
The string to use as the signature creator name.

Remarks

Default value: BitMiracle.Docotic.Pdf X.Y.Z, where X.Y.Z is the version of the DLL.

If the value is null or empty, it won't be added to the signature.

See Also