Generic base class for all the objects that can be laid out in a PDF page
            
Inheritance Hierarchy
HiQPdfPdfObject
HiQPdfPdfDrawableObject
More...
Namespace: HiQPdf
Assembly: HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax
The PdfDrawableObject type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|  | BackColor | 
            The PDF object back color
             | 
|  | BlendingMode | 
            The blending mode when this object is drawn in PDF.
            This property is Normal by default
             | 
|  | ClipRectangle | 
            The clip rectangle applied when drawing the object in PDF
             | 
|  | ForeColor | 
            The PDF object fore color
             | 
|  | Gradient | 
            The PDF object gradient color
             | 
|  | LineStyle | 
            The style of the lines rendered by this object
             | 
|  | 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
             | 
Methods
| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | SetRotationAngle | 
            Sets the clockwise rotation angle of the coordinates system before drawing this object in PDF
             | 
|  | SetScaling | 
            Sets the horizontal and vertical scaling of the coordinates system before drawing this object in PDF
             | 
|  | SetSkewAngles | 
            Sets the clockwise skew angles of the coordinates system before drawing this object in PDF
             | 
|  | SetTranslation | 
            Sets the horizontal and vertical translation of the coordinates system before drawing this object in PDF
             | 
|  | ToString | Returns a string that represents the current object.(Inherited from Object.) | 
See Also
Reference
Inheritance Hierarchy
HiQPdfPdfObject
HiQPdfPdfDrawableObject
HiQPdfHtmlObjectBase
HiQPdfPdfBezierCurve
HiQPdfPdfEllipse
HiQPdfPdfEllipseArc
HiQPdfPdfEllipseSlice
HiQPdfPdfImage
HiQPdfPdfLine
HiQPdfPdfPath
HiQPdfPdfPolygon
HiQPdfPdfRectangle
HiQPdfPdfText
