XFINIUM.PDF Documentation
ImageID Property (PdfDisplayImageXObjectOperator)



Gets or sets the image ID.
Syntax
'Declaration
 
Public Property ImageID As PdfCosName
'Usage
 
Dim instance As PdfDisplayImageXObjectOperator
Dim value As PdfCosName
 
instance.ImageID = value
 
value = instance.ImageID
public PdfCosName ImageID {get; set;}
public:
property PdfCosName^ ImageID {
   PdfCosName^ get();
   void set (    PdfCosName^ value);
}

Property Value

The image ID in the /Resources dictionary.
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

PdfDisplayImageXObjectOperator Class
PdfDisplayImageXObjectOperator Members

Send Feedback