Aspose::Pdf::Facades::PdfFileSignature::IsContainSignature method

PdfFileSignature::IsContainSignature method

Checks if the pdf has a digital signature or not.

bool Aspose::Pdf::Facades::PdfFileSignature::IsContainSignature()

ReturnValue

Return a result of bool type.

Deprecated

ContainsSignature should be used instead of IsContainSignature.

See Also