SignatureLine.ProviderId

SignatureLine.ProviderId property

Gets and sets the id of signature provider.

public Guid ProviderId { get; set; }

Remarks

It’s typically the CLSID of the provider com add-in.

Examples


[C#]
// Create signature line object
SignatureLine s2 = new SignatureLine();
s2.ProviderId = System.Guid.NewGuid();

See Also