IsSignature

BaseSignature.IsSignature property

Get or set flag to indicate if this component is Signature or document content. This property is being used with Update method to set element as signature (true) or document element (false).

public bool IsSignature { get; set; }

See Also