![]() |
PDFix SDK
9.0.0
|
PDFix SDK structures.
| typedef struct _PdeColorState PdeColorState |
Color state.
| typedef struct _PdeGraphicState PdeGraphicState |
Graphics state.
| typedef struct _PdfAnnotAppearance PdfAnnotAppearance |
Annot appearance.
| typedef struct _PdfBookmarkAppearance PdfBookmarkAppearance |
Bookmark appearance.
| typedef struct _PdfCellParams PdfCellParams |
Table cell parameters.
| typedef struct _PdfColorState PdfColorState |
Color state.
| typedef struct _PdfDevPoint PdfDevPoint |
A data structure representing a point in the page view's device space.
| typedef struct _PdfDevQuad PdfDevQuad |
A quadrilateral represented by four points (one at each corner) in device space coordinates. A quadrilateral differs from a rectangle in that a rectangle must always have horizontal and vertical sides, and opposite sides must be parallel.
| typedef struct _PdfDevRect PdfDevRect |
A data structure representing a rectangle in a device space.
| typedef struct _PdfFontState PdfFontState |
Font state.
| typedef struct _PdfGraphicState PdfGraphicState |
Graphics state.
| typedef struct _PdfHtmlParams PdfHtmlParams |
Html conversion parameters.
| typedef struct _PdfImageParams PdfImageParams |
Define image format and quality.
| typedef struct _PdfJsonParams PdfJsonParams |
Json conversion parameters.
| typedef struct _PdfMatrix PdfMatrix |
Matrix containing six float numbers.
| typedef struct _PdfMediaQueryParams PdfMediaQueryParams |
Define different style rules for different media types/devices.
| typedef struct _PdfPageRenderParams PdfPageRenderParams |
Handles page rendering. The page is rendered on either platform device context or an image. If the device context is not null the image parameter is ignored.
A data structure representing a point in the user space. To avoid the device-dependent effects of specifying objects in device space, PDF defines a device-independent coordinate system that always bears the same relationship to the current page, regardless of the output device on which printing or displaying occurs. This device-independent coordinate system is called user space. The origin of the user space(0, 0) represents the bottom-left corner of the PDF page. PDF files specify 72 points to 1 physical inch.
A quadrilateral represented by four points (one at each corner) in user space coordinates. A quadrilateral differs from a rectangle in that a rectangle must always have horizontal and vertical sides, and opposite sides must be parallel.
A data structure representing a rectangle in a user space (a quadrilateral having only horizontal and vertical sides) The coordinate system is defined so that (0,0) is at the top, x increases to the right, and y increases down. A PdfRect is defined so that its top is above its bottom, but this means that 0 < top < bottom.
| typedef struct _PdfStandardSecurityParams PdfStandardSecurityParams |
Define parameters that describe PdfStandardSecurityHandler object.
| typedef struct _PdfTagsParams PdfTagsParams |
Define parameters how to add tags to the document.
| typedef struct _PdfTextState PdfTextState |
PdfTextState structure containing the text state information.
| typedef struct _PdfTiffParams PdfTiffParams |
Handles document conversion to tiff file.
| typedef struct _PdfWhitespaceParams PdfWhitespaceParams |
Whitespace Cover parameters.
| typedef struct _PdsContentParams PdsContentParams |
Define parameters that describe PdsCotnent object.
| typedef struct _PsImageInfo PsImageInfo |
Basic image information.