1#ifndef _C_ANNOTATIONS_H
2#define _C_ANNOTATIONS_H
This file contains macro declarations for importing and exporting symbols from library boundaries.
This file contains all type forward declarations returned by the library API.
This file contains types and constants used as parameters or return values.
An action to be performed when a link annotation, outline item, or other trigger is activated.
An annotation associates an object such as a note, sound, or movie with a location on a page of a PDF...
error_type CALLING_CONVENTION Annotation_GetRect(AnnotationHandle *handle, RectangleHandle **result)
Get the annotation rectangle.
error_type CALLING_CONVENTION Annotation_ToUnknown(AnnotationHandle *handle, IUnknownHandle **result)
Reinterpret current object as IUnknownHandle.
error_type CALLING_CONVENTION Annotation_GetColor(AnnotationHandle *handle, ColorHandle **result)
Get the annotation color.
error_type CALLING_CONVENTION Annotation_SetContents(AnnotationHandle *handle, LiteralStringObjectHandle *value)
Set the annotation contents (text)
error_type CALLING_CONVENTION Annotation_SetColor(AnnotationHandle *handle, ColorHandle *value)
Set the annotation color.
error_type CALLING_CONVENTION Annotation_GetFlags(AnnotationHandle *handle, AnnotationFlags *result)
Get the annotation flags (F entry)
error_type CALLING_CONVENTION Annotation_GetContents(AnnotationHandle *handle, LiteralStringObjectHandle **result)
Get the annotation contents (text)
error_type CALLING_CONVENTION Annotation_SetRect(AnnotationHandle *handle, RectangleHandle *value)
Set the annotation rectangle.
error_type CALLING_CONVENTION Annotation_GetAnnotationType(AnnotationHandle *handle, AnnotationType *result)
Get annotation type of object handle.
error_type CALLING_CONVENTION Annotation_FromUnknown(IUnknownHandle *handle, AnnotationHandle **result)
Convert IUnknownHandle to PageAnnotationsHandle.
error_type CALLING_CONVENTION Annotation_Release(AnnotationHandle *handle)
Decrement the internal reference counter.
error_type CALLING_CONVENTION Annotation_SetFlags(AnnotationHandle *handle, AnnotationFlags value)
Set the annotation flags (F entry)
An array object is a one-dimensional collection of objects arranged sequentially.
Represents a color value for annotations and other PDF elements.
Represents a reference to a particular day represented within a calendar system.
Base class for all destinations.
A free text annotation (PDF 1.3) displays text directly on the page. Unlike an ordinary text annotati...
error_type CALLING_CONVENTION FreeTextAnnotation_FromBaseAnnotation(AnnotationHandle *handle, FreeTextAnnotationHandle **result)
Convert AnnotationHandle to FreeTextAnnotationHandle.
error_type CALLING_CONVENTION FreeTextAnnotation_SetAuthor(FreeTextAnnotationHandle *handle, StringObjectHandle *value)
Set the annotation author (T entry, markup annotations)
error_type CALLING_CONVENTION FreeTextAnnotation_SetModificationDate(FreeTextAnnotationHandle *handle, DateHandle *value)
Set the annotation modification date (M entry, markup annotations)
error_type CALLING_CONVENTION FreeTextAnnotation_SetDefaultAppearance(FreeTextAnnotationHandle *handle, LiteralStringObjectHandle *value)
Set the default appearance string.
error_type CALLING_CONVENTION FreeTextAnnotation_Create(RectangleHandle *rect, LiteralStringObjectHandle *contents, LiteralStringObjectHandle *defaultAppearance, FreeTextAnnotationHandle **result)
Create a new free text annotation.
error_type CALLING_CONVENTION FreeTextAnnotation_GetCreationDate(FreeTextAnnotationHandle *handle, DateHandle **result)
Get the annotation creation date (CreationDate entry, markup annotations)
error_type CALLING_CONVENTION FreeTextAnnotation_GetAuthor(FreeTextAnnotationHandle *handle, StringObjectHandle **result)
Get the annotation author (T entry, markup annotations)
error_type CALLING_CONVENTION FreeTextAnnotation_SetCreationDate(FreeTextAnnotationHandle *handle, DateHandle *value)
Set the annotation creation date (CreationDate entry, markup annotations)
error_type CALLING_CONVENTION FreeTextAnnotation_GetModificationDate(FreeTextAnnotationHandle *handle, DateHandle **result)
Get the annotation modification date (M entry, markup annotations)
error_type CALLING_CONVENTION FreeTextAnnotation_ToBaseAnnotation(FreeTextAnnotationHandle *handle, AnnotationHandle **result)
Reinterpret current object as AnnotationHandle.
error_type CALLING_CONVENTION FreeTextAnnotation_GetDefaultAppearance(FreeTextAnnotationHandle *handle, LiteralStringObjectHandle **result)
Get the default appearance string.
error_type CALLING_CONVENTION FreeTextAnnotation_Release(FreeTextAnnotationHandle *handle)
Decrement the internal reference counter.
A highlight annotation appears as a highlight over a region of text in the document....
error_type CALLING_CONVENTION HighlightAnnotation_GetAuthor(HighlightAnnotationHandle *handle, StringObjectHandle **result)
Get the annotation author (T entry, markup annotations)
error_type CALLING_CONVENTION HighlightAnnotation_FromBaseAnnotation(AnnotationHandle *handle, HighlightAnnotationHandle **result)
Convert AnnotationHandle to HighlightAnnotationHandle.
error_type CALLING_CONVENTION HighlightAnnotation_SetCreationDate(HighlightAnnotationHandle *handle, DateHandle *value)
Set the annotation creation date (CreationDate entry, markup annotations)
error_type CALLING_CONVENTION HighlightAnnotation_SetAuthor(HighlightAnnotationHandle *handle, StringObjectHandle *value)
Set the annotation author (T entry, markup annotations)
error_type CALLING_CONVENTION HighlightAnnotation_GetQuadPoints(HighlightAnnotationHandle *handle, ArrayObjectHandle **result)
Get the quad points array for text markup.
error_type CALLING_CONVENTION HighlightAnnotation_Release(HighlightAnnotationHandle *handle)
Decrement the internal reference counter.
error_type CALLING_CONVENTION HighlightAnnotation_SetQuadPoints(HighlightAnnotationHandle *handle, ArrayObjectHandle *value)
Set the quad points array for text markup.
error_type CALLING_CONVENTION HighlightAnnotation_GetModificationDate(HighlightAnnotationHandle *handle, DateHandle **result)
Get the annotation modification date (M entry, markup annotations)
error_type CALLING_CONVENTION HighlightAnnotation_SetModificationDate(HighlightAnnotationHandle *handle, DateHandle *value)
Set the annotation modification date (M entry, markup annotations)
error_type CALLING_CONVENTION HighlightAnnotation_Create(HighlightAnnotationHandle **result)
Create a new empty highlight annotation.
error_type CALLING_CONVENTION HighlightAnnotation_GetCreationDate(HighlightAnnotationHandle *handle, DateHandle **result)
Get the annotation creation date (CreationDate entry, markup annotations)
error_type CALLING_CONVENTION HighlightAnnotation_ToBaseAnnotation(HighlightAnnotationHandle *handle, AnnotationHandle **result)
Reinterpret current object as AnnotationHandle.
error_type CALLING_CONVENTION HighlightAnnotation_CreateFromRect(RectangleHandle *rect, HighlightAnnotationHandle **result)
Create a new highlight annotation with the specified rectangle.
Base class for reference counting.
An ink annotation (PDF 1.3) represents a freehand "scribble" composed of one or more disjoint paths....
error_type CALLING_CONVENTION InkAnnotation_CreateFromRect(RectangleHandle *rect, InkAnnotationHandle **result)
Create a new ink annotation with the specified rectangle.
error_type CALLING_CONVENTION InkAnnotation_GetCreationDate(InkAnnotationHandle *handle, DateHandle **result)
Get the annotation creation date (CreationDate entry, markup annotations)
error_type CALLING_CONVENTION InkAnnotation_Create(InkAnnotationHandle **result)
Create a new empty ink annotation.
error_type CALLING_CONVENTION InkAnnotation_SetInkList(InkAnnotationHandle *handle, ArrayObjectHandle *value)
Set the ink list (array of stroked paths)
error_type CALLING_CONVENTION InkAnnotation_SetAuthor(InkAnnotationHandle *handle, StringObjectHandle *value)
Set the annotation author (T entry, markup annotations)
error_type CALLING_CONVENTION InkAnnotation_FromBaseAnnotation(AnnotationHandle *handle, InkAnnotationHandle **result)
Convert AnnotationHandle to InkAnnotationHandle.
error_type CALLING_CONVENTION InkAnnotation_SetCreationDate(InkAnnotationHandle *handle, DateHandle *value)
Set the annotation creation date (CreationDate entry, markup annotations)
error_type CALLING_CONVENTION InkAnnotation_ToBaseAnnotation(InkAnnotationHandle *handle, AnnotationHandle **result)
Reinterpret current object as AnnotationHandle.
error_type CALLING_CONVENTION InkAnnotation_GetInkList(InkAnnotationHandle *handle, ArrayObjectHandle **result)
Get the ink list (array of stroked paths)
error_type CALLING_CONVENTION InkAnnotation_GetAuthor(InkAnnotationHandle *handle, StringObjectHandle **result)
Get the annotation author (T entry, markup annotations)
error_type CALLING_CONVENTION InkAnnotation_Release(InkAnnotationHandle *handle)
Decrement the internal reference counter.
error_type CALLING_CONVENTION InkAnnotation_SetModificationDate(InkAnnotationHandle *handle, DateHandle *value)
Set the annotation modification date (M entry, markup annotations)
error_type CALLING_CONVENTION InkAnnotation_GetModificationDate(InkAnnotationHandle *handle, DateHandle **result)
Get the annotation modification date (M entry, markup annotations)
A link annotation represents either a hypertext link to a DestinationHandle elsewhere in the document...
error_type CALLING_CONVENTION LinkAnnotation_Release(LinkAnnotationHandle *handle)
Decrement the internal reference counter.
error_type CALLING_CONVENTION LinkAnnotation_GetAction(LinkAnnotationHandle *handle, ActionHandle **result)
An action to be performed when the link annotation is activated.
error_type CALLING_CONVENTION LinkAnnotation_FromBaseAnnotation(AnnotationHandle *handle, LinkAnnotationHandle **result)
Convert IUnknownHandle to LinkAnnotationHandle.
error_type CALLING_CONVENTION LinkAnnotation_GetDestination(LinkAnnotationHandle *handle, DestinationHandle **result)
A destination that shall be displayed when the annotation is activated.
error_type CALLING_CONVENTION LinkAnnotation_ToBaseAnnotation(LinkAnnotationHandle *handle, AnnotationHandle **result)
Reinterpret current object as IUnknownHandle.
A literal string is preferable for printable data.
An array of annotation dictionaries that shall contain indirect references to all AnnotationHandle as...
error_type CALLING_CONVENTION PageAnnotations_FromUnknown(IUnknownHandle *handle, PageAnnotationsHandle **result)
Convert IUnknownHandle to PageAnnotationsHandle.
error_type CALLING_CONVENTION PageAnnotations_Remove(PageAnnotationsHandle *handle, size_type at)
Remove an annotation from the collection at the specified position.
error_type CALLING_CONVENTION PageAnnotations_ToUnknown(PageAnnotationsHandle *handle, IUnknownHandle **result)
Reinterpret current object as IUnknownHandle.
error_type CALLING_CONVENTION PageAnnotations_Append(PageAnnotationsHandle *handle, AnnotationHandle *annotation)
Append an annotation to the collection.
error_type CALLING_CONVENTION PageAnnotations_At(PageAnnotationsHandle *handle, size_type at, AnnotationHandle **result)
Get single annotation from array at specific position.
error_type CALLING_CONVENTION PageAnnotations_GetSize(PageAnnotationsHandle *handle, size_type *result)
Get size of annotation array.
error_type CALLING_CONVENTION PageAnnotations_Release(PageAnnotationsHandle *handle)
Decrement the internal reference counter.
error_type CALLING_CONVENTION PageAnnotations_Create(PageAnnotationsHandle **result)
Create a new empty annotation collection.
Represents rectangle in 2D space.
A squiggly annotation appears as a jagged underline beneath text in the document. When opened,...
error_type CALLING_CONVENTION SquigglyAnnotation_SetAuthor(SquigglyAnnotationHandle *handle, StringObjectHandle *value)
Set the annotation author (T entry, markup annotations)
error_type CALLING_CONVENTION SquigglyAnnotation_GetAuthor(SquigglyAnnotationHandle *handle, StringObjectHandle **result)
Get the annotation author (T entry, markup annotations)
error_type CALLING_CONVENTION SquigglyAnnotation_SetCreationDate(SquigglyAnnotationHandle *handle, DateHandle *value)
Set the annotation creation date (CreationDate entry, markup annotations)
error_type CALLING_CONVENTION SquigglyAnnotation_Release(SquigglyAnnotationHandle *handle)
Decrement the internal reference counter.
error_type CALLING_CONVENTION SquigglyAnnotation_GetCreationDate(SquigglyAnnotationHandle *handle, DateHandle **result)
Get the annotation creation date (CreationDate entry, markup annotations)
error_type CALLING_CONVENTION SquigglyAnnotation_Create(SquigglyAnnotationHandle **result)
Create a new empty squiggly annotation.
error_type CALLING_CONVENTION SquigglyAnnotation_FromBaseAnnotation(AnnotationHandle *handle, SquigglyAnnotationHandle **result)
Convert AnnotationHandle to SquigglyAnnotationHandle.
error_type CALLING_CONVENTION SquigglyAnnotation_SetModificationDate(SquigglyAnnotationHandle *handle, DateHandle *value)
Set the annotation modification date (M entry, markup annotations)
error_type CALLING_CONVENTION SquigglyAnnotation_ToBaseAnnotation(SquigglyAnnotationHandle *handle, AnnotationHandle **result)
Reinterpret current object as AnnotationHandle.
error_type CALLING_CONVENTION SquigglyAnnotation_CreateFromRect(RectangleHandle *rect, SquigglyAnnotationHandle **result)
Create a new squiggly annotation with the specified rectangle.
error_type CALLING_CONVENTION SquigglyAnnotation_GetQuadPoints(SquigglyAnnotationHandle *handle, ArrayObjectHandle **result)
Get the quad points array for text markup.
error_type CALLING_CONVENTION SquigglyAnnotation_SetQuadPoints(SquigglyAnnotationHandle *handle, ArrayObjectHandle *value)
Set the quad points array for text markup.
error_type CALLING_CONVENTION SquigglyAnnotation_GetModificationDate(SquigglyAnnotationHandle *handle, DateHandle **result)
Get the annotation modification date (M entry, markup annotations)
A strikeout annotation appears as a strikethrough line across text in the document....
error_type CALLING_CONVENTION StrikeOutAnnotation_SetQuadPoints(StrikeOutAnnotationHandle *handle, ArrayObjectHandle *value)
Set the quad points array for text markup.
error_type CALLING_CONVENTION StrikeOutAnnotation_Release(StrikeOutAnnotationHandle *handle)
Decrement the internal reference counter.
error_type CALLING_CONVENTION StrikeOutAnnotation_SetCreationDate(StrikeOutAnnotationHandle *handle, DateHandle *value)
Set the annotation creation date (CreationDate entry, markup annotations)
error_type CALLING_CONVENTION StrikeOutAnnotation_SetAuthor(StrikeOutAnnotationHandle *handle, StringObjectHandle *value)
Set the annotation author (T entry, markup annotations)
error_type CALLING_CONVENTION StrikeOutAnnotation_FromBaseAnnotation(AnnotationHandle *handle, StrikeOutAnnotationHandle **result)
Convert AnnotationHandle to StrikeOutAnnotationHandle.
error_type CALLING_CONVENTION StrikeOutAnnotation_GetCreationDate(StrikeOutAnnotationHandle *handle, DateHandle **result)
Get the annotation creation date (CreationDate entry, markup annotations)
error_type CALLING_CONVENTION StrikeOutAnnotation_Create(StrikeOutAnnotationHandle **result)
Create a new empty strikeout annotation.
error_type CALLING_CONVENTION StrikeOutAnnotation_GetModificationDate(StrikeOutAnnotationHandle *handle, DateHandle **result)
Get the annotation modification date (M entry, markup annotations)
error_type CALLING_CONVENTION StrikeOutAnnotation_GetAuthor(StrikeOutAnnotationHandle *handle, StringObjectHandle **result)
Get the annotation author (T entry, markup annotations)
error_type CALLING_CONVENTION StrikeOutAnnotation_SetModificationDate(StrikeOutAnnotationHandle *handle, DateHandle *value)
Set the annotation modification date (M entry, markup annotations)
error_type CALLING_CONVENTION StrikeOutAnnotation_ToBaseAnnotation(StrikeOutAnnotationHandle *handle, AnnotationHandle **result)
Reinterpret current object as AnnotationHandle.
error_type CALLING_CONVENTION StrikeOutAnnotation_CreateFromRect(RectangleHandle *rect, StrikeOutAnnotationHandle **result)
Create a new strikeout annotation with the specified rectangle.
error_type CALLING_CONVENTION StrikeOutAnnotation_GetQuadPoints(StrikeOutAnnotationHandle *handle, ArrayObjectHandle **result)
Get the quad points array for text markup.
Reprsents human readable text.
A text annotation represents a "sticky note" attached to a point in the PDF document....
error_type CALLING_CONVENTION TextAnnotation_CreateWithContents(RectangleHandle *rect, LiteralStringObjectHandle *contents, TextAnnotationHandle **result)
Create a new text annotation with the specified rectangle and contents.
error_type CALLING_CONVENTION TextAnnotation_GetAuthor(TextAnnotationHandle *handle, StringObjectHandle **result)
Get the annotation author (T entry, markup annotations)
error_type CALLING_CONVENTION TextAnnotation_SetAuthor(TextAnnotationHandle *handle, StringObjectHandle *value)
Set the annotation author (T entry, markup annotations)
error_type CALLING_CONVENTION TextAnnotation_SetModificationDate(TextAnnotationHandle *handle, DateHandle *value)
Set the annotation modification date (M entry, markup annotations)
error_type CALLING_CONVENTION TextAnnotation_FromBaseAnnotation(AnnotationHandle *handle, TextAnnotationHandle **result)
Convert AnnotationHandle to TextAnnotationHandle.
error_type CALLING_CONVENTION TextAnnotation_GetModificationDate(TextAnnotationHandle *handle, DateHandle **result)
Get the annotation modification date (M entry, markup annotations)
error_type CALLING_CONVENTION TextAnnotation_Release(TextAnnotationHandle *handle)
Decrement the internal reference counter.
error_type CALLING_CONVENTION TextAnnotation_GetCreationDate(TextAnnotationHandle *handle, DateHandle **result)
Get the annotation creation date (CreationDate entry, markup annotations)
error_type CALLING_CONVENTION TextAnnotation_ToBaseAnnotation(TextAnnotationHandle *handle, AnnotationHandle **result)
Reinterpret current object as AnnotationHandle.
error_type CALLING_CONVENTION TextAnnotation_Create(RectangleHandle *rect, TextAnnotationHandle **result)
Create a new text annotation with the specified rectangle.
error_type CALLING_CONVENTION TextAnnotation_SetCreationDate(TextAnnotationHandle *handle, DateHandle *value)
Set the annotation creation date (CreationDate entry, markup annotations)
An underline annotation appears as an underline beneath text in the document. When opened,...
error_type CALLING_CONVENTION UnderlineAnnotation_Release(UnderlineAnnotationHandle *handle)
Decrement the internal reference counter.
error_type CALLING_CONVENTION UnderlineAnnotation_SetCreationDate(UnderlineAnnotationHandle *handle, DateHandle *value)
Set the annotation creation date (CreationDate entry, markup annotations)
error_type CALLING_CONVENTION UnderlineAnnotation_SetAuthor(UnderlineAnnotationHandle *handle, StringObjectHandle *value)
Set the annotation author (T entry, markup annotations)
error_type CALLING_CONVENTION UnderlineAnnotation_GetQuadPoints(UnderlineAnnotationHandle *handle, ArrayObjectHandle **result)
Get the quad points array for text markup.
error_type CALLING_CONVENTION UnderlineAnnotation_Create(UnderlineAnnotationHandle **result)
Create a new empty underline annotation.
error_type CALLING_CONVENTION UnderlineAnnotation_FromBaseAnnotation(AnnotationHandle *handle, UnderlineAnnotationHandle **result)
Convert AnnotationHandle to UnderlineAnnotationHandle.
error_type CALLING_CONVENTION UnderlineAnnotation_SetQuadPoints(UnderlineAnnotationHandle *handle, ArrayObjectHandle *value)
Set the quad points array for text markup.
error_type CALLING_CONVENTION UnderlineAnnotation_GetCreationDate(UnderlineAnnotationHandle *handle, DateHandle **result)
Get the annotation creation date (CreationDate entry, markup annotations)
error_type CALLING_CONVENTION UnderlineAnnotation_GetModificationDate(UnderlineAnnotationHandle *handle, DateHandle **result)
Get the annotation modification date (M entry, markup annotations)
error_type CALLING_CONVENTION UnderlineAnnotation_ToBaseAnnotation(UnderlineAnnotationHandle *handle, AnnotationHandle **result)
Reinterpret current object as AnnotationHandle.
error_type CALLING_CONVENTION UnderlineAnnotation_SetModificationDate(UnderlineAnnotationHandle *handle, DateHandle *value)
Set the annotation modification date (M entry, markup annotations)
error_type CALLING_CONVENTION UnderlineAnnotation_CreateFromRect(RectangleHandle *rect, UnderlineAnnotationHandle **result)
Create a new underline annotation with the specified rectangle.
error_type CALLING_CONVENTION UnderlineAnnotation_GetAuthor(UnderlineAnnotationHandle *handle, StringObjectHandle **result)
Get the annotation author (T entry, markup annotations)
AnnotationFlags
Annotation flags controlling visibility and behavior.
Definition c_annotations.h:260
AnnotationType
Derived types of AnnotationHandle.
Definition c_annotations.h:83
@ AnnotationFlags_NoZoom
If set, do not scale the annotation's appearance to match the magnification of the page.
Definition c_annotations.h:283
@ AnnotationFlags_NoView
If set, do not display the annotation on the screen or allow it to interact with the user.
Definition c_annotations.h:293
@ AnnotationFlags_Locked
If set, do not allow the annotation to be deleted or its properties modified.
Definition c_annotations.h:301
@ AnnotationFlags_ToggleNoView
If set, invert the interpretation of the NoView flag for certain events.
Definition c_annotations.h:305
@ AnnotationFlags_Print
If set, print the annotation when the page is printed.
Definition c_annotations.h:278
@ AnnotationFlags_NoRotate
If set, do not rotate the annotation's appearance to match the rotation of the page.
Definition c_annotations.h:288
@ AnnotationFlags_Invisible
If set, do not display the annotation if it does not belong to one of the standard annotation types a...
Definition c_annotations.h:269
@ AnnotationFlags_Hidden
If set, do not display or print the annotation or allow it to interact with the user,...
Definition c_annotations.h:274
@ AnnotationFlags_None
No flags set.
Definition c_annotations.h:264
@ AnnotationFlags_ReadOnly
If set, do not allow the annotation to interact with the user.
Definition c_annotations.h:297
@ AnnotationFlags_LockedContents
If set, do not allow the contents of the annotation to be modified.
Definition c_annotations.h:309
@ AnnotationType_TripleD
Definition c_annotations.h:245
@ AnnotationType_Link
Definition c_annotations.h:99
@ AnnotationType_Polygon
Definition c_annotations.h:127
@ AnnotationType_TrapNetwork
Definition c_annotations.h:232
@ AnnotationType_RubberStamp
Definition c_annotations.h:168
@ AnnotationType_Popup
Definition c_annotations.h:185
@ AnnotationType_Watermark
Definition c_annotations.h:239
@ AnnotationType_Caret
Definition c_annotations.h:174
@ AnnotationType_Highlight
Definition c_annotations.h:140
@ AnnotationType_PrinterMark
Definition c_annotations.h:226
@ AnnotationType_Circle
Definition c_annotations.h:122
@ AnnotationType_FileAttachment
Definition c_annotations.h:192
@ AnnotationType_StrikeOut
Definition c_annotations.h:161
@ AnnotationType_Ink
Definition c_annotations.h:179
@ AnnotationType_Underline
Definition c_annotations.h:147
@ AnnotationType_Undefined
Undefined unitialized default value, triggers error when used.
Definition c_annotations.h:88
@ AnnotationType_Screen
Definition c_annotations.h:217
@ AnnotationType_PolyLine
Definition c_annotations.h:133
@ AnnotationType_Square
Definition c_annotations.h:116
@ AnnotationType_Text
Definition c_annotations.h:93
@ AnnotationType_Redaction
Definition c_annotations.h:251
@ AnnotationType_Sound
Definition c_annotations.h:199
@ AnnotationType_Widget
Definition c_annotations.h:211
@ AnnotationType_Movie
Definition c_annotations.h:205
@ AnnotationType_Line
Definition c_annotations.h:110
@ AnnotationType_Squiggly
Definition c_annotations.h:154
@ AnnotationType_FreeText
Definition c_annotations.h:104
uint32_t error_type
This is return value type of all API functions.
Definition c_types.h:25
uint32_t size_type
Size type defined in standard library.
Definition c_types.h:62