Aspose::Pdf::Facades::PdfFileSignature::CoversWholeDocument method

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

Checks if the signature covers the whole document.

bool Aspose::Pdf::Facades::PdfFileSignature::CoversWholeDocument(const System::SharedPtr<SignatureName> &signName)
ParameterTypeDescription
signNameconst System::SharedPtr<SignatureName>&The name of signature.

ReturnValue

Return a result of bool type.

See Also

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

Checks if the signature covers the whole document.

bool Aspose::Pdf::Facades::PdfFileSignature::CoversWholeDocument(const System::String &signName)
ParameterTypeDescription
signNameconst System::String&The name of signature.

ReturnValue

Return a result of bool type.

Deprecated

CoversWholeDocument(SignatureName) should be used instead.

See Also