14#ifndef PDFTOOLBOX_TYPES_H__
15#define PDFTOOLBOX_TYPES_H__
Description of a file A file description is used for embedded files.
A list of annotations When a list of PtxPdf_Page_GetAnnotations is obtained from a page that belongs ...
A stamp annotation with custom content.
A drawing annotation An annotation used to draws something on a page.
An ellipse drawing annotation.
A file attachment annotation.
An annotation that displays text For a free-text annotation, the annotation's content is used as text...
An text highlighting annotation.
A free-hand drawing annotation.
A line annotation An annotation that draws a line on a page.
Information for a markup annotation Holds information contained in a markup annotation or in a reply ...
A drawing annotation that consists of several line segments.
A rectangle drawing annotation.
A squiggly text underlining annotation.
A sticky note annotation.
An annotation for striking through text.
An annotation that marks a point to insert text.
An annotation that marks up part(s) of a text.
An text underlining annotation.
Represents the content of a page or a group. The class has no methods on its own, but can be modified...
Paths define shapes, trajectories, and regions of all sorts. A path is made up of one or more disconn...
A disconnected subpath. A container for connected path segments.
A fixed pitch text field In a comb text field, the PtxPdfForms_GeneralTextField_GetMaxLength must be ...
A link to an embedded PDF document.
Definition PdfToolbox_Types.h:2084
int iWidth
The width (horizontal size).
Definition PdfToolbox_Types.h:2088
int iHeight
The height (vertical size).
Definition PdfToolbox_Types.h:2092
Definition PdfToolbox_Types.h:1970
double dY
The Y value (vertical coordinate).
Definition PdfToolbox_Types.h:1978
double dX
The X value (horizontal coordinate).
Definition PdfToolbox_Types.h:1974
Definition PdfToolbox_Types.h:2024
TPtxGeomReal_Point TopRight
Definition PdfToolbox_Types.h:2033
TPtxGeomReal_Point TopLeft
Definition PdfToolbox_Types.h:2036
TPtxGeomReal_Point BottomLeft
Definition PdfToolbox_Types.h:2027
TPtxGeomReal_Point BottomRight
Definition PdfToolbox_Types.h:2030
Definition PdfToolbox_Types.h:1998
double dTop
The Top value.
Definition PdfToolbox_Types.h:2014
double dRight
The Right value.
Definition PdfToolbox_Types.h:2010
double dBottom
The Bottom value.
Definition PdfToolbox_Types.h:2006
double dLeft
The Left value.
Definition PdfToolbox_Types.h:2002
Definition PdfToolbox_Types.h:1984
double dWidth
The Width value (horizontal size).
Definition PdfToolbox_Types.h:1988
double dHeight
The Height value (vertical size).
Definition PdfToolbox_Types.h:1992
Definition PdfToolbox_Types.h:2098
TPtxPdfContent_PathSegmentType iSegmentType
Definition PdfToolbox_Types.h:2109
TPtxGeomReal_Point EndPoint
The end point of the path segment. The start point of the segment corresponds to the end point of the...
Definition PdfToolbox_Types.h:2104
TPtxGeomReal_Point ControlPoint1
The first Bezier control point. Only valid if the TPtxPdfContent_PathSegment::EndPoint is set to ePtx...
Definition PdfToolbox_Types.h:2115
TPtxGeomReal_Point ControlPoint2
The second Bezier control point. Only valid if the TPtxPdfContent_PathSegment::EndPoint is set to ePt...
Definition PdfToolbox_Types.h:2121
Definition PdfToolbox_Types.h:2127
TPtxPdfNav_PageLayout iPageLayout
Definition PdfToolbox_Types.h:2130
BOOL bContinuous
Definition PdfToolbox_Types.h:2133
Definition PdfToolbox_Types.h:2137
short iTZMinute
Definition PdfToolbox_Types.h:2146
short iYear
Definition PdfToolbox_Types.h:2138
short iDay
Definition PdfToolbox_Types.h:2140
short iSecond
Definition PdfToolbox_Types.h:2143
short iMonth
Definition PdfToolbox_Types.h:2139
short iTZHour
Definition PdfToolbox_Types.h:2145
short iHour
Definition PdfToolbox_Types.h:2141
short iMinute
Definition PdfToolbox_Types.h:2142
short iTZSign
Definition PdfToolbox_Types.h:2144
Structure that groups a set of callbacks that model streams.
Definition PdfToolbox_PtxSys.h:44