This section provides information about simple structure types that are used for creating, attributing, and manipulating general and editing objects.
The following table describes the structures supported by the ImageGear PDF component:
Subsidiary Type / DLL Structure |
Description |
Fill in one of the following members of this union, then pass it to PDE ColorSpace creation routine. Please see section 7.10 of the PDF Reference Manual for information on color spaces. |
|
CalGray color space. |
|
CalRGB color space. |
|
DeviceN color space. |
|
ICC based color space. |
|
Indexed color space. |
|
L*a*b* color space. |
|
Separation color space |
|
Color range. |
|
Color specification. |
|
Color value. |
|
Attributes of a PDE Content object. |
|
Dash specification, as described in Table 4.8 in the PDF Reference. See Section 4.3.2 for more information on line dash patterns. |
|
Filter information for streams. Array of FilterSpec elements. Usually consists of 2 filter elements: text encoding and image compression. |
|
Filter element in a filter array. |
|
Parameters for PDE font creation. |
|
PDE Font information. |
|
Attributes of a PDE Font and a PDF SysFont. |
|
Attributes of a PDE Element or a PDE Text sub-element. |
|
Attributes of a PDE Image object. |
|
Attributes of a PDE PS object. |
|
Attributes of a PDE Text element. |
|
XYZ color. |
|
Boolean type with two values: TRUE (1) or FALSE (0). |
|
Data structure representing a color. |
|
The Fixed type is a 32-bit quantity representing a rational number with the high (low on little-endian machines) 16 bits representing the number's mantissa and the low (high) 16 bits representing the fractional part. |
|
Matrix containing fixed numbers. |
|
Point (in two-dimensional space) represented by two fixed numbers. |
|
Quadrilateral represented by four fixed points (one at each corner). A quadrilateral differs from a rectangle in that the latter must always have horizontal and vertical sides, and opposite sides must be parallel. |
|
A rectangle represented by the coordinates of its four sides. A rectangle differs from a quadrilateral in that the former must always have horizontal and vertical sides, and opposite sides must be parallel. |
|
Controls tile flattening. |
|
Font metrics. |
|
Font styles. |
|
This structure is used to provide printing parameters for the IG_PDF_doc_print function. |
|
This structure indicates how a document should be printed. |
|
Describes the data for the standard security handler. |
|
PDF SysFont platform specific data. |
|
Specifies printing flags. |
|
Specifies printing flags. |