PdfImage Members
In This Article
#Properties
Name | Description |
---|---|
Bits |
Gets the number of bits used to represent each color component. |
Color |
Gets a color key mask. |
Color |
Gets the color space in which image samples shall be specified. |
Data | Gets the image data. |
Decode | Gets a collection of numbers describing how to map image samples into the range of values appropriate for the image’s color space. |
Filters | Gets image filters. |
Height | Gets the height of the image, in pixels. |
Intent | Gets the name of a color rendering intent to be used in rendering the image. |
Interpolate | Gets a value that indicates whether image interpolation shall be performed. |
Is |
Gets a value that determines whether an image is a stencil mask image. |
Mask | An image XObject defining an image mask to be applied to this image. |
Matte | Gets a collection of component values specifying the matte color with which the image data in the parent image shall have been preblended. |
Metadata |
Provides access to a stream that contains the form X-Object metadata.
Inherited from Pdf |
Open |
Gets an Open Prepress Interface (OPI) dictionary for the form XObject.
Inherited from Pdf |
Optional |
Gets the value specifying the optional content properties for the form XObject.
Inherited from Pdf |
SMask | Gets a subsidiary image XObject defining a soft-mask image that shall be used as a source of the mask shape or mask opacity values in the transparent imaging model. |
Struct |
Gets the integer key of the form XObject’s entry in the structural parent tree.
Inherited from Pdf |
Width | Gets the width of the image, in pixels |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also