XFINIUM.PDF Documentation
OldImage Property



Gets the image that will be replaced.
Syntax
'Declaration
 
Public ReadOnly Property OldImage As PdfVisualImage
'Usage
 
Dim instance As PdfReplaceImageEventArgs
Dim value As PdfVisualImage
 
value = instance.OldImage
public PdfVisualImage OldImage {get;}
public:
property PdfVisualImage^ OldImage {
   PdfVisualImage^ get();
}

Property Value

The image that will be replaced.
Remarks
This property has a value if PdfReplaceImageTransform.DecodeOldImage property has been set to true
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfReplaceImageEventArgs Class
PdfReplaceImageEventArgs Members

Send Feedback