Back to Devexpress

PdfImage Members

officefileapi-devexpress-dot-pdf-dot-pdfimage-dot-underscore-members.md

latest5.0 KB
Original Source

PdfImage Members

Represents an image in the PDF document.

Properties

NameDescription
BitsPerComponentGets the number of bits used to represent each color component.
ColorKeyMaskGets a color key mask.
ColorSpaceGets the color space in which image samples shall be specified.
DataGets the image data.
DecodeGets a collection of numbers describing how to map image samples into the range of values appropriate for the image’s color space.
FiltersGets image filters.
HeightGets the height of the image, in pixels.
IntentGets the name of a color rendering intent to be used in rendering the image.
InterpolateGets a value that indicates whether image interpolation shall be performed.
IsMaskGets a value that determines whether an image is a stencil mask image.
MaskAn image XObject defining an image mask to be applied to this image.
MatteGets a collection of component values specifying the matte color with which the image data in the parent image shall have been preblended.
MetadataProvides access to a stream that contains the form X-Object metadata. Inherited from PdfXObject.
OpenPrepressInterfaceGets an Open Prepress Interface (OPI) dictionary for the form XObject. Inherited from PdfXObject.
OptionalContentGets the value specifying the optional content properties for the form XObject. Inherited from PdfXObject.
SMaskGets 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.
StructParentGets the integer key of the form XObject’s entry in the structural parent tree. Inherited from PdfXObject.
WidthGets the width of the image, in pixels

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

PdfImage Class

DevExpress.Pdf Namespace