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


In This Topic
    ImGearPDEImage Class Members
    In This Topic

    The following tables list the members exposed by ImGearPDEImage.

    Public Constructors
     NameDescription
    Public Constructor Initializes a new instance of the ImGearPDEImage class.  
    Top
    Public Properties
     NameDescription
    Public Property Gets a number of bytes of image data, specified by the width, height, bits per component, and color space of the image.  
    Public PropertyGets a length of the encoded data, if the data is encoded, that is, IsDataEncoded is True.  
    Public Property Gets a value indicating whether the soft mask exists.  
    Public PropertyGets a value indicating whether GetData returns encoded data.  
    Public Property Gets a value indicating whether the image is an XObject image.  
    Top
    Public Methods
     NameDescription
    Public Method Gets image attributes.  
    Public Method Obtains the Mask entry from the image dictionary.  
    Public Method Gets the color space object for an image.  
    Public Method Gets an image's data.  
    Public Method Gets a data stream for an image.  
    Public Method Gets the decode array for an image.  
    Public Method Gets the dictionary for an image.  
    Public Method Gets the filter array for an image.  
    Public Method Gets the matte array for the image XObject.  
    Public Method Gets the soft mask for an image.  
    Public Method Sets the Mask entry from the image dictionary.  
    Public Method Sets the color space object for an image.  
    Public Method Sets data for an image.  
    Public Method Sets a data stream for an image.  
    Public Method Sets the decode array for an image.  
    Public Method Sets the matte array for the image XObject.  
    Public Method Sets the soft mask for an image.  
    Public MethodOverloaded.  Converts the ImGearPDEImage to an ImGearPage.  
    Top
    See Also