'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); }