Enum cairo_pdf_version_t
cairo_pdf_version_t
is used to describe the version number of the PDF
specification that a generated PDF file will conform to.
Since 1.10
The enum base type is
int
.
Enum members
Name | Description |
---|---|
CAIRO_PDF_VERSION_1_4
|
The version 1.4 of the PDF specification. |
CAIRO_PDF_VERSION_1_5
|
The version 1.5 of the PDF specification. |
Authors
Johannes Pfau | cairoD |
cairo team | cairo |
Copyright
License
cairoD wrapper/bindings | Boost License 1.0 |
cairo | LGPL 2.1 / MPL 1.1 |