ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDEImage Class
Members




In This Topic
    ImGearPDEImage Class
    In This Topic
    Represents an Image XObject or in-line image.
    Object Model
    ImGearPDEImage ClassImGearPDEImageAttrs ClassImGearPDEColorSpace ClassImGearPDFStream ClassImGearPDFBasDict ClassImGearPDEFilterArray ClassImGearPDEImage ClassImGearPage Class
    Syntax
    'Declaration
     
    Public NotInheritable Class ImGearPDEImage 
       Inherits ImGearPDEElement
    'Usage
     
    Dim instance As ImGearPDEImage
    public sealed class ImGearPDEImage : ImGearPDEElement 
    public __gc __sealed class ImGearPDEImage : public ImGearPDEElement 
    public ref class ImGearPDEImage sealed : public ImGearPDEElement 
    Remarks
    You can associate data or a stream with an image.
    Inheritance Hierarchy

    System.Object
       ImageGear.Formats.PDF.ImGearPDFObject
          ImageGear.Formats.PDF.ImGearPDEObject
             ImageGear.Formats.PDF.ImGearPDEElement
                ImageGear.Formats.PDF.ImGearPDEImage

    See Also