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

PdfFileSignature::IsCoversWholeDocument method

Checks if the signature covers the whole document.

bool Aspose::Pdf::Facades::PdfFileSignature::IsCoversWholeDocument(System::String signName)
ParameterTypeDescription
signNameSystem::StringThe name of signature.

ReturnValue

Return a result of bool type.

Deprecated

CoversWholeDocument should be used instead of IsCoversWholeDocument.

See Also