Aspose::Pdf::Facades::PdfFileSignature::GetRevision method
PdfFileSignature::GetRevision(const System::SharedPtr<SignatureName>&) method
Gets the revision of a signature.
int32_t Aspose::Pdf::Facades::PdfFileSignature::GetRevision(const System::SharedPtr<SignatureName> &signName)
| Parameter | Type | Description |
|---|---|---|
| signName | const System::SharedPtr<SignatureName>& | The name of signature. |
ReturnValue
Return the number of signature revision.
See Also
- Typedef SharedPtr
- Class SignatureName
- Class PdfFileSignature
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileSignature::GetRevision(const System::String&) method
Gets the revision of a signature.
int32_t Aspose::Pdf::Facades::PdfFileSignature::GetRevision(const System::String &signName)
| Parameter | Type | Description |
|---|---|---|
| signName | const System::String& | The name of signature. |
ReturnValue
Return the number of signature revision.
Deprecated
GetRevision(SignatureName) should be used instead of GetRevision(string).
See Also
- Class String
- Class PdfFileSignature
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++