Pdf | |
The PdfElement type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfElement | Creates a new instance of the PdfElement class. |
| Name | Description | |
|---|---|---|
| BackColor | Gets or sets the pdf element background color. | |
| Blending | Gets or sets the blending mode for transparent rendering of the pdf element. | |
| ColorSpace | Gets or sets the color space for the pdf element rendering. | |
| ForeColor | Gets or sets the pdf element foreground color. | |
| Gradient | Gets or sets the gradient used to fill a shape. | |
| LineStyle | Gets or sets the line style for pdf elements rendering lines. | |
| Rotated | A flag to indicate if the current pdf element was rotated. | |
| Scaled | A flag to indicate if the current pdf element was scaled. | |
| Skewed | A flag to indicate if the current pdf element was skewed. | |
| Translated | A flag to indicate if the current pdf element was translated. | |
| Transparency | Gets or sets the pdf element transparency. |
| Name | Description | |
|---|---|---|
| Rotate | Rotes the coordinate system before rendering the pdf element. | |
| Scale | Scales the coordinate system before rendering the pdf element. | |
| Skew | Skews the x and y axis by an two different angles before rendering the pdf element. | |
| Translate | Translates the coordinate system before rendering the pdf element. |