![]() |
PDFix SDK
6.12.0
|
PDFix SDK enumeration types. More...
PDFix SDK enumeration types.
anonymous enum |
PdfSaveFlags.
Flags for PdfDoc::Save flags parameter.
anonymous enum |
PdfDocFlags.
PdfDocument flags that provide information about the document and its state
anonymous enum |
PdfTableType.
Type of PdeTable.
anonymous enum |
PdfWordFlags.
PdeWord flags.
anonymous enum |
PdfTextLineFlags.
PdeLine flags.
anonymous enum |
PdfTextFlags.
PdeText flags.
anonymous enum |
PdfElementFlags.
PdeElement flags.
anonymous enum |
PdfPageInsertFlags.
Flags that determine what additional information is copied while inserting pages.
anonymous enum |
anonymous enum |
anonymous enum |
PdfSecurityPermissionFlags.
A set of flags specifying which operations shall be permitted to do with the document.
anonymous enum |
PdfAnnotFlags.
Annotation flags.
anonymous enum |
anonymous enum |
PdfTextStateFlag.
Character state.
anonymous enum |
PdfFieldFlags.
Field flags.
anonymous enum |
PdfRenderFlags.
Page rendering flags.
anonymous enum |
PdfFontFlags.
Specifies a various characteristics of the font.
anonymous enum |
PdfPageContentFlags.
Specifies various flags for specific object types in the page content.
anonymous enum |
PdfFontCreateFlags.
Flags for CreateFont method.
enum PdfActionEventType |
PdfActionEventType.
Event types.
enum PdfActionType |
PdfActionType.
Instead of simply jumping to a destination in the document, an annotation or outline item can specify an action(PDF 1.1) for the viewer application to perform, such as launching an application, playing a sound, or changing an annotation's appearance state.
enum PdfAlignment |
enum PdfAlternateType |
Annotation Appearance Modes.
An annotation may define three separate appearances:
Enumerator | |
---|---|
kAppearanceNormal | Normal annotation appearance. |
kAppearanceRollover | Rollover annotation appearance. |
kAppearanceDown | Down annotation appearance. |
enum PdfAnnotSubtype |
Annotation Types.
An annotation associates an object such as a note, sound, or movie with a location on a page of a PDF document, or provides a way to interact with the user by means of the mouse and keyboard. PDF includes a wide variety of standard annotation types.
enum PdfAuthOption |
enum PdfAuthorizationType |
enum PdfAuthPlatform |
enum PdfBlendMode |
PdfBlendMode.
Specifies the blend mode
enum PdfBorderStyle |
enum PdfColorSpaceFamily |
PdfColorSpaceFamily.
Specifies the color space family.
enum PdfContainerType |
enum PdfDestFitType |
PdfDestFitType.
Specifies the fit type of the designated page into the display.
enum PdfDestZoomType |
PdfDestZoomType.
Font types
enum PdfDigSigType |
enum PdfDigSigValidState |
PdfDigSigValidState.
Digital signature validate state.
enum PdfElementType |
PdfElementType.
Specifies element type.
Enumerator | |
---|---|
kPdeUnknown | Unknown element. |
kPdeText | PdeText element. |
kPdeTextLine | PdeTextLine element. |
kPdeWord | PdeWord element. |
kPdeTextRun | PdeTextRun element. |
kPdeImage | PdeImage element. |
kPdeContainer | PdeContainer element. |
kPdeList | PdeList element. |
kPdeLine | PdeLine element. |
kPdeRect | PdeRect element. |
kPdeTable | PdeTable element. |
kPdeCell | PdeCell element. |
kPdeToc | PdeToc element. |
kPdeFormField | PdeFormField element. |
kPdeHeader | PdeHeader element. |
kPdeFooter | PdeFooter element. |
kPdeAnnot | PdeAnnot element. |
enum PdfEventType |
PdfEventType.
The event type.
Enumerator | |
---|---|
kEventUnknown | Unknown event. |
kEventDocWillSave | A document will be saved. PsEvent object contains a reference to a document on which the event occurs, |
kEventDocWillClose | A document will be closed. PsEvent object contains a reference to a document on which the event occurs, |
kEventDocDidOpen | A document was opened. PsEvent object contains a reference to a document on which the event occurs, |
kEventDocDidSave | A document has been saved. PsEvent object contains a reference to a document on which the event occurs, |
kEventDocWillChangePages | Pages will be inserted, deleted, moved, or modified. PsEvent object contains a reference to a document on which the event occurs, |
kEventDocDidChangePages | Pages have been inserted, deleted, moved, or modified. PsEvent object contains a reference to a document on which the event occurs, |
kEventDocWillDeletePages | One or more pages will be deleted. PsEvent object contains a reference to a document on which the event occurs, |
kEventDocDidDeletePages | One or more pages were deleted. PsEvent object contains a reference to a document on which the event occurs, |
kEventDocWillInsertPages | One or more pages will be inserted. PsEvent object contains a reference to a document on which the event occurs, |
kEventDocDidInsertPages | One or more pages have been inserted. PsEvent object contains a reference to a document on which the event occurs, |
kEventDocWillMovePages | One or more pages will be moved. PsEvent object contains a reference to a document on which the event occurs, |
kEventDocDidMovePages | One or more pages were moved. PsEvent object contains a reference to a document on which the event occurs, |
kEventDocWillReplacePages | One or more pages will be replaced. PsEvent object contains a reference to a document on which the event occurs, |
kEventDocDidReplacePages | One or more pages have been replaced. PsEvent object contains a reference to a document on which the event occurs, |
kEventDocWillChangeFlags | Document flags will be changed. PsEvent object contains a reference to a document on which the event occurs, |
kEventDocDidChangeFlags | Document flags have been changed. PsEvent object contains a reference to a document on which the event occurs, |
kEventAnnotWillChange | An annotation will change in the specified way. PsEvent object contains a reference to a document on which the event occurs, PdsObject - an annotation object |
kEventAnnotDidChange | An annotation changed in the specified way. PsEvent object contains a reference to a document on which the event occurs, an annotation object |
kEventPageWillAddAnnot | An annotation will be added to a page. PsEvent object contains a reference to a document on which the event occurs, PdfPage - page on which the annoation will be added, PdsObject - an annotation object. |
kEventPageWillRemoveAnnot | An annotation will be removed from a page. PsEvent object contains a reference to a document on which the event occurs, PdfPage - page on which the annotation will be removed, PdsObject - an annotation object |
kEventPageDidAddAnnot | An annotation was added to a page. a document on which the event occurs, PdfPage - page on which the annotation was be added, PdsObject - an annotation object. |
kEventPageDidRemoveAnnot | An annotation has been removed from a page. PsEvent object contains a reference to a document on which the event occurs, PdfPage - page on which the annotation was be removed, PdsObject - an annotation object. |
kEventPageContentsDidChange | The contents of a page have changed. PsEvent object contains a reference to a document on which the event occurs, PdfPage - page which content was changed, |
kEventFormFieldWillChange | A form field will change in the specified way. PsEvent object contains a reference to a document on which the event occurs, PdfFormField - form field which will be changed, |
kEventFormFieldDidChange | A form field changed in the specified way. PsEvent object contains a reference to a document on which the event occurs, PdfFormField - form field which was changed, |
kEventProgressDidChange | A process progress status has been changed. PsEvent object contains a reference to |
kEventBookmarkWillChange | A bookmark property will be changed. PsEvent object contains a reference to a document on which the event occurs, PdsObject - bookmark object which will be changed, |
kEventBookmarkDidChange | A bookmark property has been changed. PsEvent object contains a reference to a document on which the event occurs, PdsObject - bookmark object which was changed, |
kEventBookmarkWillRemove | A bookmark will be removed. PsEvent object contains a reference to a document on which the event occurs, PdsObject - bookmark object which will be removed, |
kEventBookmarkDidRemove | A bookmark has been removed. PsEvent object contains a reference to a document on which the event occurs, PdsObject - bookmark object which was removed, |
kEventBookmarkDidCreate | A bookmark has been created. PsEvent object contains a reference to a document on which the event occurs, PdsObject - bookmark object which will be created, |
kEventUndoWillExecute | An undo or redo operation will be executed. PsEvent object contains a reference to a document on which the event occurs, |
kEventUndoDidExecute | An undo or redo operation was executed. PsEvent object contains a reference to PdfDoc - document on which the event occurs, |
kEventPageMapWillChange | A page map will be changed. PsEvent object contains a reference to a document on which the event occurs, PdfPage - page which page map will be changed, |
kEventPageMapDidChange | A page map has been changed. PsEvent object contains a reference to a document on which the event occurs, PdfPage - page which page map will be changed, |
kEventStructTreeWillCreate | A document struct tree will be changed. PsEvent object contains a reference to a document on which the event occurs, |
kEventStructTreeDidCreate | A document struct tree has been changed. PsEvent object contains a reference to a document on which the event occurs, |
kEventStructTreeWillRemove | A document struct tree will be removed. PsEvent object contains a reference to a document on which the event occurs, |
kEventStructTreeDidRemove | A document struct tree has been removed. PsEvent object contains a reference to a document on which the event occurs, |
kEventStructElementWillAdd | A struct element will be added. |
kEventStructElementDidAdd | A struct element has been added. |
kEventStructElementWillChange | A struct element will be changed. PsEvent object contains a reference to a document on which the event occurs, PdsObject - struct element object which will be changed, |
kEventStructElementDidChange | A struct element has been changed. PsEvent object contains a reference to a document on which the event occurs, PdsObject - struct element object which was changed, |
kEventStructElementKidWillRemove | A struct element will be removed. PsEvent object contains a reference to a document on which the event occurs, a struct element object which kid will be removed, from_index - the index of a first kid to remove, to_index - the index of a last kid to remove, |
kEventStructElementKidDidRemove | A struct element kid has been removed. PsEvent object contains a reference to a document on which the event occurs, from_index - the index of a first kid to remove, to_index - the index of a last kid to remove, |
kEventObjectWillChange | A PdsObject will be changed. PsEvent object contains a reference to the PdsObject which will be changed, the index in array or key in dictionary to be changed, |
kEventObjectDidChange | A PdsObject was be changed. PsEvent object contains a reference to the PdsObject which will be changed, the index in array or key in dictionary to be changed, |
kEventObjectWillAdd | A PdsObject will be changed. PsEvent object contains a reference to the PdsObject which kid will be removed, the index in array or key in dictionary to be added, |
kEventObjectDidAdd | A PdsObject will be added. PsEvent object contains a reference to the PdsObject which kid will be removed, the index in array or key in dictionary to be added, |
kEventObjectWillRemove | A PdsObject will be changed. PsEvent object contains a reference to the PdsObject which kid will be removed, the index in array or key in dictionary to be removed, |
kEventObjectDidRemove | A PdsObject was be changed. PsEvent object contains a reference to the PdsObject which kid will be removed, the index in array or key in dictionary to be removed, |
kEventDocTemplateWillChange | The document template will be changed. PsEvent object contains a reference to a document on which the event occurs, |
kEventDocTemplateDidChange | The document template will be changed. PsEvent object contains a reference to a document on which the event occurs, |
enum PdfFieldType |
enum PdfFillRule |
enum PdfFillType |
enum PdfFontCharset |
PdfFontCharset.
Supported character sets.
enum PdfFontCodepage |
PdfFontCodepage.
Supported codepages.
enum PdfFontFormat |
enum PdfFontType |
PdfFontType.
Font types
enum PdfImageFormat |
enum PdfImageType |
PdfImageType.
Type of PdeImage.
Enumerator | |
---|---|
kImageFigure | PdeImage consists of different elements types. |
kImageImage | PdeImage consists of images. |
kImagePath | PdeImage consists of paths. |
kImageRect | PdeImage is a simple rect. |
kImageShading | PdeImage is shading. |
kImageForm | PdeImage was created from form xobject. |
enum PdfLabelType |
enum PdfLineCap |
Line Cap Style.
The line cap style specifies the shape to be used at the ends of open subpaths (and dashes, if any) when they are stroked.
enum PdfLineJoin |
Line Join Style.
The line join style specifies the shape to be used at the corners of paths that are stroked.
enum PdfListType |
PdfListType.
Type of PdeList.
enum PdfMediaType |
enum PdfObjectType |
PdfObjectType.
Specifies PdsObject type.
enum PdfPageObjectType |
PdfPageObjectType.
Specifies PdsPageObject type.
Enumerator | |
---|---|
kPdsPageUnknown | Unknown object. |
kPdsPageText | Text object. |
kPdsPagePath | Path object. |
kPdsPageImage | Image object. |
kPdsPageShading | Shading object. |
kPdsPageForm | Form object. |
enum PdfRotate |
PdfStandardEncryptionMethod.
Specifies the type of the standard encryption method.
enum PdfStreamType |
enum PdfStructElementType |
PdfStructElementType.
Representing the kid�s Type value : Invalid, Element, PageContent, StreamContent, Object.
enum PdfTagType |
enum PdfTextAlignment |
enum PdfTextStyle |
PdfTextStyle.
Style of PdeText.
enum PdsPathPointType |
PdsPathPointType.
Specifies the type of path point
enum PsCommandStatus |
PsCommandStatus.
An enumerated list of status codes that can be returned by various PsCommand methods.
Enumerator | |
---|---|
kAVCommandReady | Not working, but ready to. |
kAVCommandWorking | Still working. |
kAVCommandDone | Done working. |
kAVCommandCanceled | Canceled.. |
kAVCommandInError | In error. |
enum PsDataFormat |
enum PsFileMode |
enum PsImageDIBFormat |