Aspose::Pdf::Facades::PdfFileSignature::CoversWholeDocument método

PdfFileSignature::CoversWholeDocument(const System::SharedPtr<SignatureName>&) method

Comprueba si la firma cubre todo el documento.

bool Aspose::Pdf::Facades::PdfFileSignature::CoversWholeDocument(const System::SharedPtr<SignatureName> &signName)
ParámetroTipoDescripción
signNameconst System::SharedPtr<SignatureName>&El nombre de la firma.

ReturnValue

Devuelve un resultado de tipo bool.

Ver también

PdfFileSignature::CoversWholeDocument(const System::String&) method

Comprueba si la firma cubre todo el documento.

bool Aspose::Pdf::Facades::PdfFileSignature::CoversWholeDocument(const System::String &signName)
ParámetroTipoDescripción
signNameconst System::String&El nombre de la firma.

ReturnValue

Devuelve un resultado de tipo bool.

Deprecated

Se debe usar CoversWholeDocument(SignatureName) en su lugar.

Ver también