LtvEmbeddingOption Constructors

Overloads

LtvEmbeddingOption(String[])Creates a new instance of LtvEmbeddingOption using the list of signature field names to which the PAdES-LTV profile needs to be applied.
LtvEmbeddingOption(String[], VerificationInformation)Creates a new instance of LtvEmbeddingOption using the list of signature field names to which the PAdES-LTV profile needs to be applied and the VerificationInformation which needs to be embedded. The names are case sensitive.
LtvEmbeddingOption(VerificationInformation)Creates a new instance of LtvEmbeddingOption using the specified VerificationInformation which needs to be embedded.

LtvEmbeddingOption(String[])

Creates a new instance of LtvEmbeddingOption using the list of signature field names to which the PAdES-LTV profile needs to be applied.

public LtvEmbeddingOption(String[] signatureFieldNames)
Public Sub New (signatureFieldNames As String[])

Parameters

signatureFieldNames
String[]

List of signatures to which the PAdES-LTV profile needs to be added. The names are case sensitive.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Remarks

If the signatureFieldNames array is null or empty then all the signed signatures in the document will be selected. No details will be embedded when none of the signature names in the document and the array matched.

LtvEmbeddingOption(String[], VerificationInformation)

Creates a new instance of LtvEmbeddingOption using the list of signature field names to which the PAdES-LTV profile needs to be applied and the VerificationInformation which needs to be embedded. The names are case sensitive.

public LtvEmbeddingOption(String[] signatureFieldNames, VerificationInformation verificationInformationToEmbed)
Public Sub New (signatureFieldNames As String[], verificationInformationToEmbed As VerificationInformation)

Parameters

signatureFieldNames
String[]

List of signatures to which the PAdES-LTV profile needs to be added. The names are case sensitive.

verificationInformationToEmbed
VerificationInformation

Specifies the verification informations that needs to be embedded.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Remarks

If the signatureFieldNames array is null or empty then all the signed signatures in the document will be selected. No details will be embedded when none of the signature names in the document and the array matched.

LtvEmbeddingOption(VerificationInformation)

Creates a new instance of LtvEmbeddingOption using the specified VerificationInformation which needs to be embedded.

public LtvEmbeddingOption(VerificationInformation verificationInformationToEmbed)
Public Sub New (verificationInformationToEmbed As VerificationInformation)

Parameters

verificationInformationToEmbed
VerificationInformation

Specifies the verification informations that needs to be embedded.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

Remarks

Informations that are not available at the time of Draw will not be embedded. No exception will be raised for the missing information.

See Also

LtvEmbeddingOption
ceTe.DynamicPDF.Merger

In this topic