The PdfImage type exposes the following members.
Name | Description | |
---|---|---|
![]() | BitsPerComponent |
Gets the number of bits used to describe each color component
of this PdfImage.
|
![]() | ComponentCount |
Gets the number of color components in this PdfImage.
|
![]() | Compression |
Gets the compression scheme of this PdfImage.
|
![]() | DpiX |
Gets the horizontal resolution, in pixels per inch, of
this PdfImage.
|
![]() | DpiY |
Gets the vertical resolution, in pixels per inch, of
this PdfImage.
|
![]() | HasMask |
Gets a value indicating whether this PdfImage has associated mask color,
a stencil mask image or a soft mask.
|
![]() | Height |
Gets the height, in pixels, of this PdfImage.
|
![]() | Id |
Gets the identifier of this image in this PdfDocument.
|
![]() | InterpolateWhenDrawn |
Gets or sets a value indicating whether an image interpolation algorithm
should be applied during rendering of this image.
|
![]() | IsInline |
Gets a value indicating whether this PdfImage is an inline image.
|
![]() | IsMask |
Gets a value indicating whether this PdfImage is a stencil mask image.
|
![]() | Mask |
Gets or sets the mask image for this PdfImage.
|
![]() | UseMaskInverted |
Gets or sets a value indicating whether the bits of the mask image
of this PdfImage should be inverted.
|
![]() | Width |
Gets the width, in pixels, of this PdfImage.
|