HiQPdf Documentation

PdfImage Properties

Quickly Create High Quality PDFs

The PdfImage type exposes the following members.

Properties

  NameDescription
Public propertyAlphaBlending
Controls if the alpha blending is enabled when drawing this image in PDF. This property is true by default
Public propertyBackColor
The PDF object back color
(Inherited from PdfDrawableObject.)
Public propertyBlendingMode
The blending mode when this object is drawn in PDF. This property is Normal by default
(Inherited from PdfDrawableObject.)
Public propertyCanGrow
Controls if the image can grow to fit the destination in PDF. This property is true by default
Public propertyClipRectangle
The clip rectangle applied when drawing the object in PDF
(Inherited from PdfDrawableObject.)
Public propertyCropping
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
Public propertyDestHeight
The destination rectangle height in points
Public propertyDestWidth
The destination rectangle width in points
Public propertyDestX
The destination rectangle top left corner X coordinate in points
Public propertyDestY
The destination rectangle top left corner Y coordinate in points
Public propertyForceNewPdfPages
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
Public propertyForeColor
The PDF object fore color
(Inherited from PdfDrawableObject.)
Public propertyGradient
The PDF object gradient color
(Inherited from PdfDrawableObject.)
Public propertyLineStyle
The style of the lines rendered by this object
(Inherited from PdfDrawableObject.)
Public propertyMultiPage
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
Public propertyOpacity
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.)
Public propertyPreserveAspectRatio
Controls if the aspect ratio of the image is preserved in PDF. This property is true by default
Public propertySelectedFrame
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
Top
See Also

Reference