Aspose::Pdf::Facades::PdfFileSignature::GetSignNames method

PdfFileSignature::GetSignNames method

Gets the names of all not empty signatures.

System::SharedPtr<System::Collections::Generic::IList<System::String>> Aspose::Pdf::Facades::PdfFileSignature::GetSignNames(bool onlyActive=true)
ParameterTypeDescription
onlyActiveboolif true, return only active signatures; otherwise, return all signatures.

ReturnValue

Return an IList.

See Also