LtvEmbeddingOption

The LtvEmbeddingOption uses to specify the options for adding the PAdES-LTV profile to a PDF document.

public class LtvEmbeddingOption
Public Class LtvEmbeddingOption

Inheritance: ObjectLtvEmbeddingOption

Licensing Info

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

Constructors

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.

Properties

MaxInfoSizeSize in bytes after which if any of the individual verification information exceeds will be ignored from embedding.
SignatureFieldNamesList of signature field names to which the PAdES-LTV profile needs to be applied.
VerificationInformationToEmbedFlags specifying the informations that needs to be embedded. Informations that are unavailable at the time of fetching the data will be skipped.

Methods

Equals(Object)Determines whether the specified Object is equal to the current Object .
(Inherited from Object)
GetHashCode()Serves as a hash function for a particular type.
(Inherited from Object)
GetType()Gets the Type of the current instance.
(Inherited from Object)
ToString()Returns a String that represents the current Object .
(Inherited from Object)

See Also

ceTe.DynamicPDF.Merger

In this topic