![]() |
PDFix SDK
6.5.0
|
Classes | |
| struct | _PdfPageRangeParams |
| PdfPageRangeParams. More... | |
| struct | _PdfWatermarkParams |
| PdfWatermarkParams. More... | |
| struct | _PdfPoint |
| PdfPoint. More... | |
| struct | _PdfDevPoint |
| PdfDevPoint. More... | |
| struct | _PdfRect |
| PdfRect. More... | |
| struct | _PdfDevRect |
| PdfDevRect. More... | |
| struct | _PdfQuad |
| PdfQuad. More... | |
| struct | _PdfDevQuad |
| PdfDevQuad. More... | |
| struct | _PdfMatrix |
| PdfMatrix. More... | |
| struct | _PdfRGB |
| PdfRGB. More... | |
| struct | _PdfColorState |
| PdfColorState. More... | |
| struct | _PdfTextState |
| PdfTextState. More... | |
| struct | _PdfGraphicState |
| PdfGraphicState. More... | |
| struct | _PdfFontState |
| PdfFontState. More... | |
| struct | _PdfPageRenderParams |
| PdfPageRenderParams. More... | |
| struct | _PdfAnnotAppearance |
| PdfAnnotAppearance. More... | |
| struct | _PdfBookmarkAppearance |
| PdfBookmarkAppearance. More... | |
| struct | _PdfWhitespaceParams |
| PdfWhitespaceParams. More... | |
| struct | _PdfFlattenAnnotsParams |
| PdfFlattenAnnotsParams. More... | |
| struct | _PdfMediaQueryParams |
| PdfMediaQueryParams. More... | |
| struct | _PdfImageParams |
| PdfImageParams. More... | |
| struct | _PdfAccessibleParams |
| PdfAccessibleParams. More... | |
| struct | _PdsContentParams |
| PdsContentParams. More... | |
PDFix SDK structures.
| typedef struct _PdfAccessibleParams PdfAccessibleParams |
PdfAccessibleParams.
Define parameters how to make document accessible.
| typedef struct _PdfAnnotAppearance PdfAnnotAppearance |
PdfAnnotAppearance.
Annot appearance.
| typedef struct _PdfBookmarkAppearance PdfBookmarkAppearance |
PdfBookmarkAppearance.
Bookmark appearance.
| typedef struct _PdfColorState PdfColorState |
PdfColorState.
Color state.
| typedef struct _PdfDevPoint PdfDevPoint |
PdfDevPoint.
A data structure representing a point in the page view's device space.
| typedef struct _PdfDevQuad 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 |
PdfDevRect.
A data structure representing a rectangle in a device space.
| typedef struct _PdfFlattenAnnotsParams PdfFlattenAnnotsParams |
PdfFlattenAnnotsParams.
Flatten annotations params.
| typedef struct _PdfFontState PdfFontState |
PdfFontState.
Font state.
| typedef struct _PdfGraphicState PdfGraphicState |
PdfGraphicState.
Graphics state.
| typedef struct _PdfImageParams PdfImageParams |
PdfImageParams.
Define image format and quality.
| typedef struct _PdfMatrix PdfMatrix |
PdfMatrix.
Matrix containing six double numbers.
| typedef struct _PdfMediaQueryParams PdfMediaQueryParams |
PdfMediaQueryParams.
Define different style rules for different media types/devices.
| typedef struct _PdfPageRangeParams PdfPageRangeParams |
PdfPageRangeParams.
Specifies a range of pages in a document. Page numbers begin with 0.
| typedef struct _PdfPageRenderParams 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.
PdfPoint.
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.
PdfQuad.
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.
PdfRect.
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 _PdfTextState PdfTextState |
PdfTextState.
PdfTextState structure containing the text state information.
| typedef struct _PdfWatermarkParams PdfWatermarkParams |
PdfWatermarkParams.
Page rendering flags.
| typedef struct _PdfWhitespaceParams PdfWhitespaceParams |
PdfWhitespaceParams.
Whitespace Cover parameters.
| typedef struct _PdsContentParams PdsContentParams |
PdsContentParams.
Define parameters that describe PdsCotnent object.