Name | Description | |
---|---|---|
ImGearPDEImage Constructor | Initializes a new instance of the ImGearPDEImage class. |
The following tables list the members exposed by ImGearPDEImage.
Name | Description | |
---|---|---|
ImGearPDEImage Constructor | Initializes a new instance of the ImGearPDEImage class. |
Name | Description | |
---|---|---|
DataLength | Gets a number of bytes of image data, specified by the width, height, bits per component, and color space of the image. | |
EncodedLength | Gets a length of the encoded data, if the data is encoded, that is, IsDataEncoded is True. | |
HasSoftMask | Gets a value indicating whether the soft mask exists. | |
IsDataEncoded | Gets a value indicating whether GetData returns encoded data. | |
IsXObject | Gets a value indicating whether the image is an XObject image. |
Name | Description | |
---|---|---|
GetAttributes | Gets image attributes. | |
GetColorMask | Obtains the Mask entry from the image dictionary. | |
GetColorSpace | Gets the color space object for an image. | |
GetData | Gets an image's data. | |
GetDataStream | Gets a data stream for an image. | |
GetDecodeArray | Gets the decode array for an image. | |
GetDictionary | Gets the dictionary for an image. | |
GetFilterArray | Gets the filter array for an image. | |
GetMatteArray | Gets the matte array for the image XObject. | |
GetSoftMask | Gets the soft mask for an image. | |
SetColorMask | Sets the Mask entry from the image dictionary. | |
SetColorSpace | Sets the color space object for an image. | |
SetData | Sets data for an image. | |
SetDataStream | Sets a data stream for an image. | |
SetDecodeArray | Sets the decode array for an image. | |
SetMatteArray | Sets the matte array for the image XObject. | |
SetSoftMask | Sets the soft mask for an image. | |
ToBitmap | Returns the image data as a bitmap image. | |
ToImGearPage | Overloaded. Converts the ImGearPDEImage to an ImGearPage. |