Aspose::Pdf::Facades::PdfFileSignature::IsCoversWholeDocument method

PdfFileSignature::IsCoversWholeDocument method

Checks if the signature covers the whole document.

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

ReturnValue

Return a result of bool type.

Deprecated

CoversWholeDocument should be used instead of IsCoversWholeDocument.

See Also