The PdfImage type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AlphaBlending |
Controls if the alpha blending is enabled when drawing this image in PDF. This property is true by default
|
![]() | BackColor |
The PDF object back color
(Inherited from PdfDrawableObject.) |
![]() | BlendingMode |
The blending mode when this object is drawn in PDF.
This property is Normal by default
(Inherited from PdfDrawableObject.) |
![]() | CanGrow |
Controls if the image can grow to fit the destination in PDF. This property is true by default
|
![]() | ClipRectangle |
The clip rectangle applied when drawing the object in PDF
(Inherited from PdfDrawableObject.) |
![]() | Cropping |
Controls is the image is cropped at the end of PDF page where it is rendered. This property is false by default and
the image can continue on the next page if necessary
|
![]() | DestHeight |
The destination rectangle height in points
|
![]() | DestWidth |
The destination rectangle width in points
|
![]() | DestX |
The destination rectangle top left corner X coordinate in points
|
![]() | DestY |
The destination rectangle top left corner Y coordinate in points
|
![]() | ForceNewPdfPages |
Controls if a new PDF page is always created when the image object is laid out on the next PDF page. By default this property is false and if there is a next
page already created in PDF document it will be used to layout this object
|
![]() | ForeColor |
The PDF object fore color
(Inherited from PdfDrawableObject.) |
![]() | Gradient |
The PDF object gradient color
(Inherited from PdfDrawableObject.) |
![]() | LineStyle |
The style of the lines rendered by this object
(Inherited from PdfDrawableObject.) |
![]() | MultiPage |
Controls if the all the frames in the image are rendered in PDF. This property is true by default
and each frame in the image is rendered in a new PDF page
|
![]() | Opacity |
The element opacity as a value between 0 which means completely transparent to 100 which means completely opaque.
The object is completely opaque by default
(Inherited from PdfDrawableObject.) |
![]() | PreserveAspectRatio |
Controls if the aspect ratio of the image is preserved in PDF. This property is true by default
|
![]() | SelectedFrame |
The index of the frame in a multi frame image selected for rendering. This property is 0 by default and has effect only
when MultiPage property is false
|
See Also