DigitalSignatureFieldUseSubFilter Method (DigitalSignatureFieldSubFilterType) |
Sets the requested SubFilter value (which identifies a signature type) as the only one to use during future signing, overwriting all such previous settings.
It is not necessary to call HasCryptographicSignature before calling this function. For example, this function can be used to switch to PAdES signing mode.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void UseSubFilter(
DigitalSignatureFieldSubFilterType in_subfilter_type
)
Public Sub UseSubFilter (
in_subfilter_type As DigitalSignatureFieldSubFilterType
)
public:
virtual void UseSubFilter(
[InAttribute] DigitalSignatureFieldSubFilterType in_subfilter_type
) sealed
function UseSubFilter(in_subfilter_type);
Parameters
- in_subfilter_type
- Type: pdftron.PDFDigitalSignatureFieldSubFilterType
The SubFilter type to set.
See Also