Aspose::Pdf::Facades::PdfFileSignature::ExtractImage method
Contents
[
Hide
]PdfFileSignature::ExtractImage(const System::SharedPtr<SignatureName>&) method
Extracts signature’s image.
System::SharedPtr<System::IO::Stream> Aspose::Pdf::Facades::PdfFileSignature::ExtractImage(const System::SharedPtr<SignatureName> &signName)
| Parameter | Type | Description |
|---|---|---|
| signName | const System::SharedPtr<SignatureName>& | The name of signature. |
ReturnValue
If image was successfully found than returns stream object; otherwise, null.
See Also
- Typedef SharedPtr
- Class Stream
- Class SignatureName
- Class PdfFileSignature
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileSignature::ExtractImage(const System::String&) method
Extracts signature’s image.
System::SharedPtr<System::IO::Stream> Aspose::Pdf::Facades::PdfFileSignature::ExtractImage(const System::String &signName)
| Parameter | Type | Description |
|---|---|---|
| signName | const System::String& | The name of signature. |
ReturnValue
If image was successfully found than returns stream object; otherwise, null.
Deprecated
Use ExtractImage(SignatureName) method instead.
See Also
- Typedef SharedPtr
- Class Stream
- Class String
- Class PdfFileSignature
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++