![]() | Pdfium Class |
The Pdfium type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CurrentPlatform | Gets or sets the platform in that current application is running. |
![]() ![]() | DefaultAnsiEncoding | Gets or sets the encoding that is used to encode/decode ANSI strings. |
![]() ![]() | IsFullAPI | Determines whether the engine is initialized in full API mode. |
![]() ![]() | IsInitialize | Determines whether the engine is initialized |
![]() ![]() | IsTrial | Determines whether the engine is initialized in a trial mode. |
![]() ![]() | IsXfaManaged | A flag indicating whether the managed assembly is built with XFA support. |
![]() ![]() | IsXfaNative | A flag indicating whether the native module is built with XFA support. |
![]() ![]() | LicensedAssembly | Gets or sets the assembly in which the license file is saved. Default is null |
Name | Description | |
---|---|---|
![]() ![]() | EnableLock | Enable multithread lock. |
![]() ![]() | FFDF_CloseDocument | Close a loaded FDF document. |
![]() ![]() | FFDF_CreateNew | Create new FDF document |
![]() ![]() | FFDF_GetDocumentContent | Gets FDF content as an operating system's current ANSI encoded string |
![]() ![]() | FFDF_GetDocumentContentEx | Gets FDF content as a byte array |
![]() ![]() | FFDF_GetPath | Gets a path to the PDF file from the spicified FDF document |
![]() ![]() | FFDF_GetRoot | Gets dictionary from FDF document |
![]() ![]() | FFDF_LoadDocument | Load FDF document from file |
![]() ![]() | FFDF_LoadMemDocument | Load FDF document from file |
![]() ![]() | FFPDFBitmap_Clone | Clone specified bitmap. |
![]() ![]() | FFPDFBitmap_CloneConvert | Clone and convert the bitmap to the specified format. |
![]() ![]() | FFPDFBitmap_CopyAlphaMask | Copy the specified mask to the specified bitmap. |
![]() ![]() | FFPDFBitmap_CopyPalette | Copy the specified color palette to the bitmap. |
![]() ![]() | FFPDFBitmap_FlipImage | Clone and flip the bitmap. |
![]() ![]() | FFPDFBitmap_GetAlphaMask | Get the bitmap's alpha channel as a FXDIB_8bppMask bitmap. |
![]() ![]() | FFPDFBitmap_GetBPP | Returns the color depth, in number of bits per pixel, of the specified bitmap. |
![]() ![]() | FFPDFBitmap_GetPalette | Returns the color palette used for the bitmap. |
![]() ![]() | FFPDFBitmap_GetPaletteArgb | Obsolete. Returns the color in the color palette for a certain position. |
![]() ![]() | FFPDFBitmap_GetPaletteEntry | Returns the color in the color palette for a certain position. |
![]() ![]() | FFPDFBitmap_GetPaletteSize | Returns the number of elements in color palette used for the bitmap. |
![]() ![]() | FFPDFBitmap_HasAlpha | Returns a flag indicating whether the bitmap contains an alpha channel. |
![]() ![]() | FFPDFBitmap_IsAlphaMask | Returns a flag indicating whether the bitmap is a transparency mask. |
![]() ![]() | FFPDFBitmap_IsCmykImage | Returns a flag indicating whether the bitmap is a CMYK image or not. |
![]() ![]() | FFPDFBitmap_IsOpaqueImage | Returns a flag indicating whether the bitmap is opaque or not. |
![]() ![]() | FFPDFBitmap_SetPaletteArgb | Obsolete. Set given color to a certain position in the color palette of the bitmap. |
![]() ![]() | FFPDFBitmap_SetPaletteEntry | Set given color to a certain position in the color palette of the bitmap. |
![]() ![]() | FFPDFBitmap_StretchTo | Clone and stretch the bitmap. |
![]() ![]() | FFPDFBitmap_SwapXY | Clone and swap the bitmap. |
![]() ![]() | FFPDFBitmap_TransformTo | Clone and transform the bitmap with the specified transformation matrix. |
![]() ![]() | FindResource | Reserved for internal usage. |
![]() ![]() | FORM_ClearChangeMark | Clear a flag indicating whether the document has been modified. |
![]() ![]() | FORM_DoDocumentAAction | This method is required for performing the document's additional-action. |
![]() ![]() | FORM_DoDocumentJSAction | This method is required for performing Document-level JavaScript action. It should be invoked after the PDF document had been loaded. |
![]() ![]() | FORM_DoDocumentOpenAction | This method is required for performing open-action when the document is opened. |
![]() ![]() | FORM_DoPageAAction | This method is required for performing the page object's additional-action when opened or closed. |
![]() ![]() | FORM_ForceToKillFocus | You can call this member function to force to kill the focus of the form field which got focus. It would kill the focus on the form field, save the value of form field if it's changed by user. |
![]() ![]() | FORM_GetChangeMark | Get a flag indicating whether the document has been modified. |
![]() ![]() | FORM_GetFocusAnnot | Get the annotation that currently has input focus. |
![]() ![]() | FORM_GetFocusedText | Return the text of the widget that is currently processing the input queue. |
![]() ![]() | FORM_GetInterForm | Initialize the interactive forms |
![]() ![]() | FORM_GetPageIndexByAnnotDict | Get the index of the page on which the specified annotation is located. |
![]() ![]() | FORM_GetSelectedText | Get the starting index and length of the selected text in the widget that has input focus. |
![]() ![]() | FORM_OnAfterLoadPage | This method is required for implementing all the form related functions. Should be invoked after user successfully loaded a PDF page, and method {0} Overload had been invoked. |
![]() ![]() | FORM_OnBeforeClosePage | This method is required for implementing all the form related functions. Should be invoked before user close the PDF page. |
![]() ![]() | FORM_OnChar | You can call this member function when a keystroke translates to a nonsystem character. |
![]() ![]() | FORM_OnKeyDown | You can call this member function when a nonsystem key is pressed. A nonsystem key is a key that is pressed when the ALT key is not pressed. |
![]() ![]() | FORM_OnKeyUp | You can call this member function when a nonsystem key is released. |
![]() ![]() | FORM_OnLButtonDown | You can call this member function when the user presses the left mouse button. |
![]() ![]() | FORM_OnLButtonUp | You can call this member function when the user releases the left mouse button. |
![]() ![]() | FORM_OnMouseMove | You can call this member function when the mouse cursor moves. |
![]() ![]() | FORM_SetChangeMark | Set a flag indicating whether the document has been modified. |
![]() ![]() | FORM_SetFocusAnnot | Set the input focus to the specified annotation. |
![]() ![]() | FORM_SetSelectedText | Select text in the widget that has input focus. |
![]() ![]() | FPDF_AddInstalledFont | Add a system font to the list in Pdfium SDK. |
![]() ![]() | FPDF_AddStandardFont(IntPtr, FontStockNames, Int32) | Creates a standard type font with the specified typeface name and the predefined WinAnsiEncoding encoding. |
![]() ![]() | FPDF_AddStandardFont(IntPtr, String, Int32) | Creates a standard type font with the specified typeface name and encoding. |
![]() ![]() | FPDF_AddWindowsFont | Creates a font that has the specified characteristics. |
![]() ![]() | FPDF_AllocMemory | Obsolete. Allocated memory block in FPDFSDK. This memory can be freed by FPDF_FreeMemory(IntPtr) function. |
![]() ![]() | FPDF_ClearPageCaches | Remove global caches and caches associated with the specified page. |
![]() ![]() | FPDF_CloseDocument | Close a loaded PDF document. |
![]() ![]() | FPDF_CloseFile | Closes the file opened by FPDF_OpenFile(String) and releases all resources. |
![]() ![]() | FPDF_ClosePage | Close a loaded PDF page. |
![]() ![]() | FPDF_ContinueLoadPage | Continue loading a PDF page. |
![]() ![]() | FPDF_CopyViewerPreferences | Copy the viewer preferences from one PDF document to another |
![]() ![]() | FPDF_CountNamedDests | Get the count of named destinations in the PDF document. |
![]() ![]() | FPDF_CreateClipPath | Create a new clip path, with a rectangle inserted. |
![]() ![]() | FPDF_CreateEmbeddedFont | Creates a built in font that has the specified characteristics. |
![]() ![]() | FPDF_CreateEmptyClipPath | Create a new clip path. |
![]() ![]() | FPDF_CreateFont | Creates a font with the specified characteristics. |
![]() ![]() | FPDF_CreateFontFromDict | Creates a font with the specified characteristics. |
![]() ![]() | FPDF_CreateNewDocument | Create a new PDF document. |
![]() ![]() | FPDF_DestroyClipPath | Destroy the clip path. |
![]() ![]() | FPDF_DestroyLibrary | Release all resources allocated by the Pdfium library |
![]() ![]() | FPDF_DeviceToPage | Convert the screen coordinate of a point to page coordinate. |
![]() ![]() | FPDF_FFLDraw | Render FormFeilds on a page to a device independent bitmap. |
![]() ![]() | FPDF_FreeMemory | Obsolete. Free a memory area allocated by Pdfium SDK. |
![]() ![]() | FPDF_GenerateContentToStream(IntPtr, IntPtr, IntPtr, IntPtr) | Generate stream content from the specified list of object and write it to the stream. |
![]() ![]() | FPDF_GenerateContentToStream(IntPtr, IntPtr, IntPtr, IntPtr, PdfiumGenerateContentCallback, IntPtr) | Generate stream content from the specified list of object and write it to the stream. |
![]() ![]() | FPDF_GetDefaultSystemFontInfo | Get default system font info interface for current platform |
![]() ![]() | FPDF_GetDocPermissions | Get file permission flags of the document. |
![]() ![]() | FPDF_GetEncryptDictionary | Get document’s encryption dictionary. |
![]() ![]() | FPDF_GetFileVersion | Get the file Version of the specific PDF document. |
![]() ![]() | FPDF_GetInfo | Get the document’s information dictionary - “Document Information Dictionary”. |
![]() ![]() | FPDF_GetLastError | Get last error code when an SDK function failed. |
![]() ![]() | FPDF_GetMetaText(IntPtr, DocumentTags) | Get meta-data tag content from document. |
![]() ![]() | FPDF_GetMetaText(IntPtr, String) | Get meta-data tag content from document. |
![]() ![]() | FPDF_GetNamedDest | Get the specified named destinations of the PDF document by index. |
![]() ![]() | FPDF_GetNamedDestByName | Get a special dest handle by the name. |
![]() ![]() | FPDF_GetPageCount | Get total number of pages in a document |
![]() ![]() | FPDF_GetPageDictionary | Get specified page tree node that is the root of the document’s page tree. |
![]() ![]() | FPDF_GetPageHeight | Get page height |
![]() ![]() | FPDF_GetPageIndexByDict | Get the page index by its dictionary or by the object number of the dictionary. |
![]() ![]() | FPDF_GetPageRotationByIndex | Get the page rotation. |
![]() ![]() | FPDF_GetPageSizeByIndex | Get the size of a page by index. |
![]() ![]() | FPDF_GetPageSizes | Get the sizes of all pages in document |
![]() ![]() | FPDF_GetPageWidth | Get page width |
![]() ![]() | FPDF_GetRoot | Get the catalog dictionary for the PDF document contained in the file. |
![]() ![]() | FPDF_GetSecurityHandlerRevision | Get the revision for security handler. |
![]() ![]() | FPDF_GetStockFont(IntPtr, FontStockNames) | Creates a standard type font with the specified typeface name and the predefined WinAnsiEncoding encoding. |
![]() ![]() | FPDF_GetStockFont(IntPtr, String) | Creates a standard type font with the specified typeface name and the predefined WinAnsiEncoding encoding. |
![]() ![]() | FPDF_GetTrailer | Get the trailer of the PDF file. |
![]() ![]() | FPDF_ImportPages | Import some pages to a PDF document. |
![]() ![]() | FPDF_InitICU | Initialize the ICU data file. Should be called before FPDF_InitLibrary(String, String, Int32) |
![]() ![]() | FPDF_InitLibrary | Initialize the Pdfium SDK library |
![]() ![]() | FPDF_IsCompact | Check if compact version of pdfium dynamic library (.dll/.dylib) is used. |
![]() ![]() | FPDF_IsOwnerPasswordIsUsed | Gets a flag indicating whether the owner password was used when opening the document. |
![]() ![]() | FPDF_LoadCustomDocument | Load PDF document from a custom access descriptor. |
![]() ![]() | FPDF_LoadDocument | Open and load a PDF document. |
![]() ![]() | FPDF_LoadMemDocument | Open and load a PDF document from memory. |
![]() ![]() | FPDF_LoadPage | Load a page inside a document. |
![]() ![]() | FPDF_OpenFile | Opens a file on the specified path. |
![]() ![]() | FPDF_PageToDevice | Convert the page coordinate of a point to screen coordinate |
![]() ![]() | FPDF_RemoveFormFieldHighlight | Remove the form field highlight color in the document. |
![]() ![]() | FPDF_RenderPage | Render contents in a page to a device (screen, bitmap, or printer). This function is only supported on Windows system. |
![]() ![]() | FPDF_RenderPage_Close | Release the resource allocate during page rendering. Need to be called after finishing rendering or cancel the rendering. |
![]() ![]() | FPDF_RenderPage_Continue | Continue rendering a PDF page. |
![]() ![]() | FPDF_RenderPageBitmap | Render contents in a page to a device-independent bitmap |
![]() ![]() ![]() | FPDF_RenderPageBitmap_Start | Start to render page contents to a device independent bitmap progressively. |
![]() ![]() | FPDF_SaveAsCopy | Saves the copy of specified document in custom way. |
![]() ![]() | FPDF_SaveWithVersion | Same as function FPDF_SaveAsCopy(IntPtr, FPDF_FILEWRITE, SaveFlags), except the file Version of the saved document could be specified by user. |
![]() ![]() | FPDF_SetFormFieldHighlightAlpha | Set the transparency of the form field highlight color in the document. |
![]() ![]() | FPDF_SetFormFieldHighlightColor | Set the highlight color of specified or all the form fields in the document. |
![]() ![]() | FPDF_SetMetaText(IntPtr, DocumentTags, String) | Set the specified text to document meta-data under the specified tag. |
![]() ![]() | FPDF_SetMetaText(IntPtr, String, String) | Set specidied text to document meta-data under specified tag. |
![]() ![]() | FPDF_SetSandBoxPolicy | Set the policy for the sandbox environment. |
![]() ![]() | FPDF_SetSystemFontInfo | Set the system font info interface into Pdfium SDK |
![]() ![]() | FPDF_StartLoadPage | Start to load a page inside a document. |
![]() ![]() | FPDF_VIEWERREF_GetDuplex | Returns the paper handling option to be used when printing from print dialog. |
![]() ![]() | FPDF_VIEWERREF_GetNumCopies | Returns the number of copies to be printed. |
![]() ![]() | FPDF_VIEWERREF_GetPrintPageRange | Page numbers to initialize print dialog box when file is printed. |
![]() ![]() | FPDF_VIEWERREF_GetPrintScaling | Whether the PDF document prefers to be scaled or not. |
![]() ![]() | FPDFAction_GetDest | Get destination of an action |
![]() ![]() | FPDFAction_GetFilePath | Obsolete. Get file path of an remote goto action |
![]() ![]() | FPDFAction_GetRemoteDest | Get th e name of named destination in a remote document for GoToR and GoToE action. |
![]() ![]() | FPDFAction_GetType | Get type of an action |
![]() ![]() | FPDFAction_GetURIPath | Get URI path of a URI action |
![]() ![]() | FPDFAnnot_GetAppearanceStream | Gets appearance stream for the specified annotation and mode |
![]() ![]() | FPDFARRAY_Add | Adds the PDF object at the end of Arrary. |
![]() ![]() | FPDFARRAY_AddInteger | Creates a Number object, initialize it with integer value and adds it at the end of array. |
![]() ![]() | FPDFARRAY_AddName | Creates a Name object and adds it at the end of array. |
![]() ![]() | FPDFARRAY_AddNumber | Creates a Number object, initialize it with float value and add it at the end of Array. |
![]() ![]() | FPDFARRAY_AddReference | Creates a Reference object and adds it at the end of Array. |
![]() ![]() | FPDFARRAY_AddReferenceEx | Creates a Reference object and sets it at the end of Array. |
![]() ![]() | FPDFARRAY_AddString | Creates a String object and adds it at the end of Array. |
![]() ![]() | FPDFARRAY_Create | Create new Array object |
![]() ![]() | FPDFARRAY_GetArrayAt | Gets the Array object at a given index. |
![]() ![]() | FPDFARRAY_GetCount | Gets the number of keys contained in the Array. |
![]() ![]() | FPDFARRAY_GetDictAt | Gets the Dictionary object at a given index. |
![]() ![]() | FPDFARRAY_GetDirectObjectAt | Gets the PDF object at a given index. |
![]() ![]() | FPDFARRAY_GetIntegerAt | Gets the integer value from the array at a given index. |
![]() ![]() | FPDFARRAY_GetMatrix | Gets a Matrix from an Array object. |
![]() ![]() | FPDFARRAY_GetNumberAt | Gets the float value at a given index. |
![]() ![]() | FPDFARRAY_GetObjectAt | Gets the PDF object at a given index. |
![]() ![]() | FPDFARRAY_GetRect | Gets a rectangle from an Array object. |
![]() ![]() | FPDFARRAY_GetStreamAt | Gets the Stream object at a given index. |
![]() ![]() | FPDFARRAY_GetStringAt | Gets the ANSI string at a given index. |
![]() ![]() | FPDFARRAY_InsertAt | Insert the PDF object into given position. |
![]() ![]() | FPDFARRAY_RemoveAt | Release th PDF object and removes its from Array. |
![]() ![]() | FPDFARRAY_SetAt | Sets the PDF object at the given index. |
![]() ![]() | FPDFAvail_Create | Create a document availability provider. |
![]() ![]() | FPDFAvail_Destroy | Destroy a document availibity provider. |
![]() ![]() | FPDFAvail_GetDocument | Get document from the availability provider. |
![]() ![]() | FPDFAvail_GetFirstPageNum | Get page number for the first available page in a linearized PDF |
![]() ![]() | FPDFAvail_IsDocAvail | Check whether the document is ready for loading, if not, get download hints. |
![]() ![]() | FPDFAvail_IsFormAvail | Check whether Form data is ready for init, if not, get download hints. |
![]() ![]() | FPDFAvail_IsLinearized | To check whether a document is Linearized PDF file. |
![]() ![]() | FPDFAvail_IsPageAvail | Check whether a page is ready for loading, if not, get download hints. |
![]() ![]() | FPDFBitmap_Clear | Clears the entire bitmap and fills it with the specified color. |
![]() ![]() | FPDFBitmap_CompositeBitmap | Composites bitmaps that have transparent or semitransparent pixels. |
![]() ![]() | FPDFBitmap_CompositeMask | Composites specified bitmap and mask. |
![]() ![]() | FPDFBitmap_CompositeRect | Composites specified bitmap and color. |
![]() ![]() | FPDFBitmap_ConvertColorScale | Convert color scale |
![]() ![]() | FPDFBitmap_ConvertFormat | Convert the bitmap to the specified format. |
![]() ![]() | FPDFBitmap_Create | Create a device independent bitmap with the specified width, height and isUseAlpha flag. |
![]() ![]() | FPDFBitmap_CreateEx(Int32, Int32, BitmapFormats, IntPtr, Int32) | Create a device independent bitmap with the specified width, height, pixel format and external buffer. |
![]() ![]() | FPDFBitmap_CreateEx(Int32, Int32, FXDIBFormats, IntPtr, Int32) | Create a device independent bitmap with the specified width, height, pixel format and external buffer. |
![]() ![]() | FPDFBitmap_Destroy | Destroy a device independent bitmap and release all related buffers. |
![]() ![]() | FPDFBitmap_DitherFS | DitherFS |
![]() ![]() | FPDFBitmap_FillRect | Fills the rectangular area in the bitmap specified by a pair of coordinates, width and height. |
![]() ![]() | FPDFBitmap_GetBuffer | Returns pointer to an array of bytes that contains the pixel data of the bitmap. |
![]() ![]() | FPDFBitmap_GetFormat | Returns the pixel format for the bitmap. |
![]() ![]() | FPDFBitmap_GetHeight | Returns the height, in pixels, of the bitmap. |
![]() ![]() | FPDFBitmap_GetPitch | Obsolete. Gets number of bytes for each scan line in the bitmap Buffer. |
![]() ![]() | FPDFBitmap_GetPixel | Gets the color value of the pixel at the specified coordinates. |
![]() ![]() | FPDFBitmap_GetStride | Returns number of bytes for each scan line in the bitmap buffer. |
![]() ![]() | FPDFBitmap_GetWidth | Returns the width, in pixels, of the bitmap. |
![]() ![]() | FPDFBitmap_LoadChannel(IntPtr, BitmapChannels, Int32) | Fills the specified channel of the bitmap by the value. |
![]() ![]() | FPDFBitmap_LoadChannel(IntPtr, BitmapChannels, IntPtr, BitmapChannels) | Copy the specified channel from one bitmap to another |
![]() ![]() | FPDFBitmap_MultiplyAlpha(IntPtr, Int32) | Multiply the alpha channel of the specified bitmap by the specified alpha value. |
![]() ![]() | FPDFBitmap_MultiplyAlpha(IntPtr, IntPtr) | Multiply alpha channel of the specified bitmap and specified alpha mask. |
![]() ![]() | FPDFBitmap_SetPixel | Sets the pixel at the specified coordinates to the specified color. |
![]() ![]() | FPDFBitmap_TransferBitmap | Transfer buffer from one Bitmap to another. |
![]() ![]() | FPDFBitmap_TransferMask | Transfer mask from one Bitmap to another. |
![]() ![]() | FPDFBookmark_Find | Find a bookmark in the document, using the bookmark title |
![]() ![]() | FPDFBookmark_GetAction | Get the action associated with a bookmark item |
![]() ![]() | FPDFBookmark_GetDest | Get the destination associated with a bookmark item |
![]() ![]() | FPDFBookmark_GetFirstChild | Get first child of a bookmark item, or first top level bookmark item. |
![]() ![]() | FPDFBookmark_GetNextSibling | Get next bookmark item on the same level. |
![]() ![]() | FPDFBookmark_GetTitle | Get title of a bookmark |
![]() ![]() | FPDFBOOLEAN_Create | Create new Boolean object |
![]() ![]() | FPDFClipPath_AppendPath | Append the specified path to the specified clipping path object. |
![]() ![]() | FPDFClipPath_AppendTexts | Append the specified page text objects to the specified clipping path object. |
![]() ![]() | FPDFClipPath_DeletePath | Delete the path contained in the clipping path object at the specified index. |
![]() ![]() | FPDFClipPath_DeleteText | Delete the the page text object contained in the clipping path object at the specified index. |
![]() ![]() | FPDFClipPath_GetClipBox | Get the bounding box for all paths and texts in this clipping path object. |
![]() ![]() | FPDFClipPath_GetFillType | Get the fill type of the path contained in the clipping path object at the specified index. |
![]() ![]() | FPDFClipPath_GetPath | Get the the path contained in the clipping path object at the specified index. |
![]() ![]() | FPDFClipPath_GetPathCount | Get the number of paths stored in the clipping path object |
![]() ![]() | FPDFClipPath_GetText | Get the the page text object contained in the clipping path object at the specified index. |
![]() ![]() | FPDFClipPath_GetTextCount | Get the number of text stored in the clipping path object |
![]() ![]() | FPDFClipPath_Transform | Transform (scale, rotate, shear, move) all the paths and texts in this clipping path object. |
![]() ![]() | FPDFColorSpace_AddRef | Increase the reference counter. |
![]() ![]() | FPDFColorSpace_ColorspaceFromName | Get a stock color space object that represents the specified color space. |
![]() ![]() | FPDFColorSpace_CountComponents | Get the number of color components depending on the color space. |
![]() ![]() | FPDFColorSpace_EnableStdConversion | Get a document associated with this color space. |
![]() ![]() | FPDFColorSpace_GetArray | Get an Array object associated with this color space. |
![]() ![]() | FPDFColorSpace_GetBaseCS | Get a base color space. |
![]() ![]() | FPDFColorSpace_GetBufSize | Get the required size of the buffer that can be used to store the color defined in the specified color space. |
![]() ![]() | FPDFColorSpace_GetCMYK | Get the sRGB component values of the specified color defined in the specified color space. |
![]() ![]() | FPDFColorSpace_GetDefaultColor | Get the initial value of the color, which depends on the color space. |
![]() ![]() | FPDFColorSpace_GetDefaultValue | Get the initial value of the color component, which depends on the color space. |
![]() ![]() | FPDFColorSpace_GetDocument | Get a document associated with this color space. |
![]() ![]() | FPDFColorSpace_GetFamily | Get the family of the color space. |
![]() ![]() | FPDFColorSpace_GetFunction | Get the tint function |
![]() ![]() | FPDFColorSpace_GetMaxIndex | Get the maximum color index in the indexed color space. |
![]() ![]() | FPDFColorSpace_GetRGB | Get the sRGB component values of the specified color defined in the specified color space. |
![]() ![]() | FPDFColorSpace_GetStockCS | Get a stock color space object that represents the specified color space. |
![]() ![]() | FPDFColorSpace_IsRGB | Get a flag indicating whether the specified color space is based on the sRGB. |
![]() ![]() | FPDFColorSpace_Load | Load a color space from the specified PDF object. |
![]() ![]() | FPDFColorSpace_Release | Destroy a color space object and release all related buffers. |
![]() ![]() | FPDFColorSpace_RemoveRef | Decrease the reference counter. |
![]() ![]() | FPDFColorSpace_SetCMYK | Set the CMYK component values to the specified color defined in the specified color space. |
![]() ![]() | FPDFColorSpace_SetRGB | Set the RGB component values to the specified color defined in the specified color space. |
![]() ![]() | FPDFColorSpace_SubscribeOnDestroy | Set a callback that is called immediately before the color space object is destroyed. |
![]() ![]() | FPDFColorSpace_UnsubscribeOnDestroy | Delete a callback that is called immediately before the color space object is destroyed. |
![]() ![]() | FPDFCROSSREF_GetCount | Gets the number of elements contained in the cross-reference table |
![]() ![]() | FPDFCROSSREF_GetItem | Gets the item from iterator |
![]() ![]() | FPDFCROSSREF_GetItemIterator | Returns an iterator that iterates through a cross-reference table. |
![]() ![]() | FPDFCROSSREF_Rebuild | Rebuilds cross-reference table |
![]() ![]() | FPDFCROSSREF_ReleaseItemIterator | Delete item iterator |
![]() ![]() | FPDFCROSSREF_Remove | Removes object with specified number from cross-reference table |
![]() ![]() | FPDFCROSSREF_Shrink | Shrinks cross-reference table |
![]() ![]() | FPDFDest_GetPageIndex | Get page index of a destination |
![]() ![]() | FPDFDICT_AddReference | See FPDFDICT_SetAtReferenceEx(IntPtr, String, IntPtr, IntPtr) |
![]() ![]() | FPDFDICT_Create | Create new Dictionary object |
![]() ![]() | FPDFDICT_Enum | Enumerates all top-level items in dictionary by passing the Key and Value of each item, in turn, to an application-defined callback function. FPDFDICT_Enum continues until the last item is enumerated. |
![]() ![]() | FPDFDICT_GetArrayBy | Gets the Array object associated with the specified key. |
![]() ![]() | FPDFDICT_GetBooleanBy | Gets the boolean value associated with the specified key. |
![]() ![]() | FPDFDICT_GetCount | Gets the number of keys contained in the Dictionary. |
![]() ![]() | FPDFDICT_GetDictBy | Gets the Dictionary object associated with the specified key. |
![]() ![]() | FPDFDICT_GetDirectObjectBy | Gets the PDF object associated with the specified key. |
![]() ![]() | FPDFDICT_GetIntegerBy | Gets the integer value from Number object associated with the specified key. |
![]() ![]() | FPDFDICT_GetIntegerByEx | Gets the integer value from Number object associated with the specified key. |
![]() ![]() | FPDFDICT_GetMatrixBy | Gets a Matrix from an Array object associated with the specified key. |
![]() ![]() | FPDFDICT_GetNumberBy | Gets the float value rom Number object associated with the specified key. |
![]() ![]() | FPDFDICT_GetObjectBy | Gets the PDF object associated with the specified key. |
![]() ![]() | FPDFDICT_GetRectBy | Gets a rectangle from an Array object associated with the specified key. |
![]() ![]() | FPDFDICT_GetStreamBy | Gets the Stream object associated with the specified key. |
![]() ![]() | FPDFDICT_GetStringBy | Gets the ANSI string associated with the specified key. |
![]() ![]() | FPDFDICT_GetStringByEx | Gets the ANSI string associated with the specified key. |
![]() ![]() | FPDFDICT_GetUnicodeTextBy | Gets the string associated with the specified key. |
![]() ![]() | FPDFDICT_IsSignatureDict | Determines whether the Dictionary is a signature field. |
![]() ![]() | FPDFDICT_KeyExist | Determines whether the Dictionary contains the specified key. |
![]() ![]() | FPDFDICT_RemoveAt | Release th PDF object and removse its from dictionary. |
![]() ![]() | FPDFDICT_ReplaceKey | Replace the PDF object at oldKey with object from newKey. |
![]() ![]() | FPDFDICT_SetAt | Sets the PDF object at the specified key of dictionary. |
![]() ![]() | FPDFDICT_SetAtBoolean | Creates an Boolean object, initialize it with the value and sets it at the specified key of dictionary. |
![]() ![]() | FPDFDICT_SetAtInteger | Creates a Number object, initialize it with integer value and sets it at the specified key of dictionary. |
![]() ![]() | FPDFDICT_SetAtMatrix | Creates an Array object, initialize it with matrix values (a, b, c, d, e, f) and sets it at the specified key of dictionary. |
![]() ![]() | FPDFDICT_SetAtName | Creates a Name object and sets it at the specified key of dictionary. |
![]() ![]() | FPDFDICT_SetAtNumber | Creates a Number object, initialize it with float value and sets it at the specified key of dictionary. |
![]() ![]() | FPDFDICT_SetAtRect | Creates an Array object, initialize it with rectangle values (left, top, right, bottom) and sets it at the specified key of dictionary. |
![]() ![]() | FPDFDICT_SetAtReference | Creates a Reference object and sets it at the specified key of dictionary. |
![]() ![]() | FPDFDICT_SetAtReferenceEx | Creates a Reference object and sets it at the specified key of dictionary. |
![]() ![]() | FPDFDICT_SetAtString | Creates a String object and sets it at the specified key of dictionary. |
![]() ![]() | FPDFDOC_ExitFormFillEnvironment | Exit form fill environment. |
![]() ![]() ![]() | FPDFDoc_GetPageMode | Get the document's PageMode(How the document should be displayed when opened) |
![]() ![]() | FPDFDOC_GetSubstitutionFont | get a substitution font that is used to display user input in acro forms. |
![]() ![]() | FPDFDOC_InitFormFillEnvironment(IntPtr, FPDF_FORMFILLINFO, IPDF_JSPLATFORM) | Init form fill environment. |
![]() ![]() | FPDFDOC_InitFormFillEnvironment(IntPtr, IntPtr, IntPtr) | Init form fill environment. |
![]() ![]() | FPDFDOC_SetSubstitutionFont | Set a substitution font that is used to display user input in acro forms. |
![]() ![]() | FPDFFont_AddToCMap | Add an unicode character to the CMap table of the specified font. |
![]() ![]() | FPDFFont_AddToWidths | Add thw character width to the Width array of the specified font. |
![]() ![]() | FPDFFont_CharCodeFromUnicode | Convert unicode to char code |
![]() ![]() | FPDFFont_GetBaseFont | Retrieve the base font name of the font and return the name in a string |
![]() ![]() | FPDFFont_GetCharBBox | Get the special character bounding box of a font object. |
![]() ![]() | FPDFFont_GetCharTypeWidth | Get a special character width of a font object. |
![]() ![]() | FPDFFont_GetCharWidthF | Get a special character width of a font object. |
![]() ![]() | FPDFFont_GetFlags | Get the value of the flags entry in a font descriptor. |
![]() ![]() | FPDFFont_GetFontDict | Gets dictionary from font object |
![]() ![]() | FPDFFont_GetFontType | Get font type |
![]() ![]() | FPDFFont_GetFontTypeName | Retrieve the font type name of the font and return the name in a string |
![]() ![]() | FPDFFont_GetItalicAngle | Get the italic angle value in the font |
![]() ![]() | FPDFFont_GetStemV | Get the StemV value in the font |
![]() ![]() | FPDFFont_GetStockFont(IntPtr, FontStockNames) | Obsolete. This method is obsolete. Please use FPDF_GetStockFont instead |
![]() ![]() | FPDFFont_GetStockFont(IntPtr, String) | Obsolete. This method is obsolete. Please use FPDF_GetStockFont instead |
![]() ![]() | FPDFFont_GetStringWidth | Get a special string width of a font object. |
![]() ![]() | FPDFFont_GetSubstFont | Get SubstFont |
![]() ![]() | FPDFFont_GetTypeAscent | Get the ascent value in the font |
![]() ![]() | FPDFFont_GetTypeDescent | Get the descent value in the font |
![]() ![]() | FPDFFont_IsEmbedded | Specifies whether the font is embedded into PDF document |
![]() ![]() | FPDFFont_IsStandardFont | Specifies whether the font is a standard font |
![]() ![]() | FPDFFont_IsUnicodeCompatible | Specifies whether the font is unicode compatible |
![]() ![]() | FPDFFont_IsVertWriting | Specifies whether the font is VertWriting |
![]() ![]() | FPDFFont_UnicodeFromCharCode | Convert char code to unicode |
![]() ![]() | FPDFFormContent_BackgroundAlphaNeeded | Check something. |
![]() ![]() | FPDFFormContent_CountObjects | Get number of page objects in this content object |
![]() ![]() | FPDFFormContent_Create(IntPtr, IntPtr, IntPtr) | Creates content object from given stream. |
![]() ![]() | FPDFFormContent_Create(IntPtr, IntPtr, IntPtr, IntPtr) | Creates content object from given stream. |
![]() ![]() | FPDFFormContent_Delete | Destroy content. |
![]() ![]() | FPDFFormContent_GetDocument | Get underlying document from content object |
![]() ![]() | FPDFFormContent_GetObjectByIndex | Gets the page objects from content object by index |
![]() ![]() | FPDFFormContent_GetObjectIndex | Gets the index of specified page objects |
![]() ![]() | FPDFFormContent_GetStream | Get the underlying stream object. |
![]() ![]() | FPDFFormContent_GetTransparency | Gets transparency type for specified content object |
![]() ![]() | FPDFFormContent_InsertObject | Insert specified page object into content object |
![]() ![]() | FPDFFormContent_IsParsed | Check whether the content object is parsed or not. |
![]() ![]() | FPDFFormContent_Parse | Parse given content object. |
![]() ![]() | FPDFFormContent_RemoveObject | Removes object from content object at the specified index. |
![]() ![]() | FPDFFormContent_SetTransparency | Sets transparency type for specified content object |
![]() ![]() | FPDFFormContent_TransformObjects | Transform all objects in content object with a specified matrix. |
![]() ![]() | FPDFFormControl_GetBackgroundColor | Get the color of control's background in ARGB format |
![]() ![]() | FPDFFormControl_GetBorderColor | Get the color of control's border in ARGB format |
![]() ![]() | FPDFFormControl_GetCheckedAPState | Get check state for CheckBox or RadioButton. Other field's types are not supported. |
![]() ![]() | FPDFFormControl_GetControlAlignment | Get a code specifying the form of justification to beused in displaying the text. |
![]() ![]() | FPDFFormControl_GetDefaultAppearance | Get the handle to default appearance of widget annotation |
![]() ![]() | FPDFFormControl_GetDefaultControlFont | Get the handle to default font |
![]() ![]() | FPDFFormControl_GetDownCaption | The controls alternate (down) caption, displayed when the mouse button is pressed within its active area. |
![]() ![]() | FPDFFormControl_GetDownIcon | Get the widget annotation’s alternate(down) icon, displayed when the mouse button is pressed within its active area. |
![]() ![]() | FPDFFormControl_GetExportValue | Get a string describing the check status of the Checkbox or Radiobutton. |
![]() ![]() | FPDFFormControl_GetField | Get field associated with specified control. |
![]() ![]() | FPDFFormControl_GetHighlightingMode | Get the highlighting mode of specified control |
![]() ![]() | FPDFFormControl_GetIconFit | Get an icon fit object specifying how to display the widget annotation’s icon within its annotation rectangle.If present, the icon fit dictionary applies to all of the annotation’s icons (normal, rollover, and alternate). |
![]() ![]() | FPDFFormControl_GetNormalCaption | The controls normal caption, displayed when it is not interacting with the user. |
![]() ![]() | FPDFFormControl_GetNormalIcon | Get normal icon, displayed when it is not interacting with the user. |
![]() ![]() | FPDFFormControl_GetOriginalBackgroundColor | Get the color of control's background in original PDF format |
![]() ![]() | FPDFFormControl_GetOriginalBackgroundColorEx | Get the color of control's background in original PDF format |
![]() ![]() | FPDFFormControl_GetOriginalBorderColor | Get the color of control's border in original PDF format |
![]() ![]() | FPDFFormControl_GetOriginalBorderColorEx | Get the color of control's border in original PDF format |
![]() ![]() | FPDFFormControl_GetRect | Get bounding rectanghle of specified control |
![]() ![]() | FPDFFormControl_GetRolloverCaption | The controls rollover caption, displayed when the user rolls the cursor into its active area without pressing the mouse button. |
![]() ![]() | FPDFFormControl_GetRolloverIcon | Get the widget annotation’s rollover icon, displayed when the user rolls the cursor into its active area without pressing the mouse button. |
![]() ![]() | FPDFFormControl_GetRotation | Get the number of degrees by which the control is rotated counterclockwise relative to the page. The value must be a multiple of 90. |
![]() ![]() | FPDFFormControl_GetTextPosition | Get a code indicating where to position the text of the widget annotation’s caption relative to its icon |
![]() ![]() | FPDFFormControl_GetType | Get type of a field associated with specified control. |
![]() ![]() | FPDFFormControl_GetWidget | Get a dictionary of Widget Annotations |
![]() ![]() | FPDFFormControl_HasMKEntry | Gets whether the control has MK entry. |
![]() ![]() | FPDFFormControl_IsChecked | Gets whether the Checkbox or Radiobutton is checked. |
![]() ![]() | FPDFFormControl_IsDefaultChecked | Get a default state of the checkbox or Radiobutton. |
![]() ![]() | FPDFFormField_CheckControl | Toggle Checkbox or Radiobutton |
![]() ![]() | FPDFFormField_ClearSelectedOptions | Deselect specified option |
![]() ![]() | FPDFFormField_ClearSelection | Clear field's selection |
![]() ![]() | FPDFFormField_CountControls | Get total number of controls in a specified field |
![]() ![]() | FPDFFormField_CountOptions | Get the total number of options to be presented to the user in choise field. |
![]() ![]() | FPDFFormField_CountSelectedItems | Get selected items count |
![]() ![]() | FPDFFormField_CountSelectedOptions | Count of selected options |
![]() ![]() | FPDFFormField_FindOption | Find option by label |
![]() ![]() | FPDFFormField_FindOptionValue | Find option by value |
![]() ![]() | FPDFFormField_GetAlternateName | Get alternate field name. |
![]() ![]() | FPDFFormField_GetControl | Gets control specified by a index for specified field |
![]() ![]() | FPDFFormField_GetControlIndex | Gets control's index in specified field |
![]() ![]() | FPDFFormField_GetDefaultSelectedItem | Get the Combobox's or Listbox's index of item selected by default. |
![]() ![]() | FPDFFormField_GetDefaultStyle | Get a default style string |
![]() ![]() | FPDFFormField_GetDefaultValue | Get field's default value |
![]() ![]() | FPDFFormField_GetFieldDict | Get field's dictionary |
![]() ![]() | FPDFFormField_GetFieldFlags | Get field flags |
![]() ![]() | FPDFFormField_GetFieldType | Get the type of field |
![]() ![]() | FPDFFormField_GetFlags | Get field flags |
![]() ![]() | FPDFFormField_GetFullName | Get the fully qualified field name. |
![]() ![]() | FPDFFormField_GetMappingName | Get mapping field name. |
![]() ![]() | FPDFFormField_GetMaxLen | Get the maximum length of the field’s text, in characters. |
![]() ![]() | FPDFFormField_GetOptionLabel | Get option's label |
![]() ![]() | FPDFFormField_GetOptionValue | Get option's value |
![]() ![]() | FPDFFormField_GetRichTextString | Get a rich text string |
![]() ![]() | FPDFFormField_GetSelectedIndex | Gets selected index |
![]() ![]() | FPDFFormField_GetSelectedOptionIndex | Get index of selected option specified by index |
![]() ![]() | FPDFFormField_GetTopVisibleIndex | Get the first visible index for scrollable list boxes |
![]() ![]() | FPDFFormField_GetType | Get the type of field |
![]() ![]() | FPDFFormField_GetValue | Get field's value |
![]() ![]() | FPDFFormField_IsItemDefaultSelected | Determines that the Combobox's or Listbox's item specified by index is selected by Default |
![]() ![]() | FPDFFormField_IsItemSelected | Determines that the Combobox's or Listbox's item specified by index is selected |
![]() ![]() | FPDFFormField_IsOptionSelected | Determines that the option's item specified by index is selected |
![]() ![]() | FPDFFormField_ResetField | Resets field to it default values |
![]() ![]() | FPDFFormField_SelectOption | Select or deselect option's item specified by index |
![]() ![]() | FPDFFormField_SetDefaultValue | Set the default value of the field. |
![]() ![]() | FPDFFormField_SetFieldDict | Get field's dictionary |
![]() ![]() | FPDFFormField_SetItemSelection | Select or deselect Combobox or Listbox item |
![]() ![]() | FPDFFormField_SetValue | Set field's value |
![]() ![]() | FPDFFormObj_CalcBoundingBox | Calculate bounding box |
![]() ![]() | FPDFFormObj_GetFormContent | Gets content for specified form object |
![]() ![]() | FPDFFormObj_GetFormMatrix(IntPtr) | Gets transform matrix for form object. |
![]() ![]() | FPDFFormObj_GetFormMatrix(IntPtr, FS_MATRIX) | Obsolete. Gets transform matrix for form object. |
![]() ![]() | FPDFFormObj_SetFormContent | Sets content for specified form object |
![]() ![]() | FPDFFormObj_SetFormMatrix | Sets transform matrix for form object. |
![]() ![]() | FPDFFormObj_Transform | Obsolete. This method is obsolete. Please use FPDFPageObj_Transform(IntPtr, Double, Double, Double, Double, Double, Double) instead |
![]() ![]() | FPDFFunction_CloseHandle | Closes an open function handle. |
![]() ![]() | FPDFFunction_CreateExp | Create exponential interpolation function. |
![]() ![]() | FPDFFunction_CreatePS | Create a PostScript calculator function. |
![]() ![]() | FPDFFunction_CreateSampled | Create sampled function. |
![]() ![]() | FPDFFunction_CreateStitch | Create a stitching of the subdomains of several 1-input functions to produce a single new 1-input function. |
![]() ![]() | FPDFFunction_GetCountInput | Get the number of input values of a function. |
![]() ![]() | FPDFFunction_GetCountOutput | Get the number of output values of a function. |
![]() ![]() | FPDFFunction_GetDomainArray | Get the domain of definition of a function. |
![]() ![]() | FPDFFunction_GetObject | Get an underlying Dictionary or Stream object. |
![]() ![]() | FPDFFunction_GetRangeArray | Get the range of a function. |
![]() ![]() | FPDFFunction_GetType | The function type. |
![]() ![]() | FPDFFunction_OpenHandle | Create a function from the Dictionary or Stream object. |
![]() ![]() | FPDFFunctionExp_GetExponent | Get the interpolation exponent of an exponential function. |
![]() ![]() | FPDFFunctionExp_GetValuesArray0 | Get an array of numbers defining the function result when x = 0.0. |
![]() ![]() | FPDFFunctionExp_GetValuesArray1 | Get an array of numbers defining the function result when x = 1.0. |
![]() ![]() | FPDFFunctionPs_GetProg | Get a PostScript program represented by byte array. |
![]() ![]() | FPDFFunctionSampled_GetBitsPerSample | Get the number of bits used to represent each sample. |
![]() ![]() | FPDFFunctionSampled_GetDecodeArray | Get the linear mapping of sample values into the range appropriate for the function’s output values. |
![]() ![]() | FPDFFunctionSampled_GetEncodeArray | Get the linear mapping of input values into the domain of the function’s sample table. |
![]() ![]() | FPDFFunctionSampled_GetNumOfSamlesArray | Get an array of number of samples in the sample table. |
![]() ![]() | FPDFFunctionSampled_GetOrder | Get the order of interpolation between samples. |
![]() ![]() | FPDFFunctionSampled_GetSamplesTable | Get a sequence of sample values. |
![]() ![]() | FPDFFunctionStitch_GetBoundsArray | Get the Bounds array. |
![]() ![]() | FPDFFunctionStitch_GetEncodeArray | Get the Encode array. |
![]() ![]() | FPDFFunctionStitch_GetFunctionAt | Get the function at a given position. |
![]() ![]() | FPDFFunctionStitch_GetFunctionsCount | Get the number of functions. |
![]() ![]() | FPDFHOLDER_AddIndirectObject | Adds an object to the end of the list |
![]() ![]() | FPDFHOLDER_FromFdfDocument | Gets the list of indirect objects from specified FDF document |
![]() ![]() | FPDFHOLDER_FromPdfDocument | Gets the list of indirect objects from specified PDF document |
![]() ![]() | FPDFHOLDER_GetCount | Gets the number of elements contained in the list |
![]() ![]() | FPDFHOLDER_GetIndirectObject | Gets an inderect object from objects list. |
![]() ![]() | FPDFHOLDER_GetItem | Gets the item from iterator |
![]() ![]() | FPDFHOLDER_GetItemIterator | Returns an iterator that iterates through a list. |
![]() ![]() | FPDFHOLDER_GetLastObjNum | Gets the number of the last object in the list. |
![]() ![]() | FPDFHOLDER_GetRefsToObjects | Get an array containing pdf objects which are referenced by other objects from the document catalog. |
![]() ![]() | FPDFHOLDER_InsertIndirectObject | Replace the object with the specified number by the specified object |
![]() ![]() | FPDFHOLDER_ReleaseIndirectObject | Destroy specified object and remove its from the list. |
![]() ![]() | FPDFHOLDER_ReleaseItemIterator | Delete item iterator |
![]() ![]() | FPDFHOLDER_ReleaseRefsToObjects | Releases all resources allocated by the FPDFHOLDER_GetRefsToObjects(IntPtr, Int32, Boolean, IntPtr) |
![]() ![]() | FPDFHOLDER_ToPdfDocument | Gets the PDF document from specified list of indirect objects. |
![]() ![]() | FPDFImageObj_CalcBoundingBox | Calculate bounding box |
![]() ![]() | FPDFImageObj_DestroyJpegFile | Destroy an jpeg image object and release all related buffers |
![]() ![]() | FPDFImageObj_GenerateStream | Generate content stream of an image object |
![]() ![]() | FPDFImageObj_GetCloneBitmap(IntPtr) | Get the copy of bitmap from an image object. |
![]() ![]() | FPDFImageObj_GetCloneBitmap(IntPtr, IntPtr) | Get the copy of bitmap and mask from an image object. |
![]() ![]() | FPDFImageObj_GetInlineDict | Get the dictionary of the inline image object. |
![]() ![]() | FPDFImageObj_GetMatrix(IntPtr) | Get the matrix of an image object |
![]() ![]() | FPDFImageObj_GetMatrix(IntPtr, Double, Double, Double, Double, Double, Double) | Get the matrix of an image object |
![]() ![]() | FPDFImageObj_GetOC | Get an optional content from the specified image object. |
![]() ![]() | FPDFImageObj_GetPixelSize | Get size of the image in pixels. |
![]() ![]() | FPDFImageObj_GetStream | Get the stream contains image data from the specified image object. |
![]() ![]() | FPDFImageObj_IsInline | Get a flag indicating whether the specified image object is inline image. |
![]() ![]() | FPDFImageObj_LoadJpegFile | Load Image from a JPEG image file and then set it to an image object. |
![]() ![]() | FPDFImageObj_SetBitmap(IntPtr, Int32, IntPtr, IntPtr) | Set the bitmap to an image object. |
![]() ![]() | FPDFImageObj_SetBitmap(IntPtr, Int32, IntPtr, IntPtr, ImageCompression) | Set the bitmap to an image object. |
![]() ![]() | FPDFImageObj_SetJpegImage | Load Image from an array containing JPEG image and then set it to an image object. |
![]() ![]() | FPDFImageObj_SetMatrix(IntPtr, FS_MATRIX) | Set the matrix of an image object |
![]() ![]() | FPDFImageObj_SetMatrix(IntPtr, Double, Double, Double, Double, Double, Double) | Set the matrix of an image object |
![]() ![]() | FPDFImageObj_Transform | Obsolete. This method is obsolete. Please use FPDFPageObj_Transform(IntPtr, Double, Double, Double, Double, Double, Double) instead. |
![]() ![]() | FPDFInterForm_AddFormFont | Add the font to the acroform resource dictionary. |
![]() ![]() | FPDFInterForm_CountControls | Get total number of controls in a specified field |
![]() ![]() | FPDFInterForm_CountFields | Recursively calculates the number of Fields in an field's tree of the document |
![]() ![]() | FPDFInterForm_CountFieldsInCalculationOrder | Get total number of fields with calculation actions |
![]() ![]() | FPDFInterForm_CountFormFonts | Gets the number of fonts contained in the acroform resource dictionary. |
![]() ![]() | FPDFInterForm_CountPageControls | Get total number of controls on a specified page |
![]() ![]() | FPDFInterForm_ExportToFDF | Export fields into Forms Data Format (FDF) document |
![]() ![]() | FPDFInterForm_FindFieldInCalculationOrder | Find specified field in an array of indirect references to field dictionaries with calculation actions. |
![]() ![]() | FPDFInterForm_FixPageFields | Fix page fields. |
![]() ![]() | FPDFInterForm_GetControl | Gets control specified by a index for specified field |
![]() ![]() | FPDFInterForm_GetControlAtPoint | Find a control at specified point on a document page |
![]() ![]() | FPDFInterForm_GetControlByDict | Gets the control by its dictionary |
![]() ![]() | FPDFInterForm_GetDefaultAppearance | Get the handle to default appearance |
![]() ![]() | FPDFInterForm_GetDefaultFormFont | Get the handle to default font |
![]() ![]() | FPDFInterForm_GetDocument | Get PDF document. |
![]() ![]() | FPDFInterForm_GetField | Gets field specified by a index and a parent field in the hierarchy of fields |
![]() ![]() | FPDFInterForm_GetFieldByDict | Gets the control by its dictionary |
![]() ![]() | FPDFInterForm_GetFieldInCalculationOrder | Gets field with calculation actions specified by a index |
![]() ![]() | FPDFInterForm_GetFormDict | Get an AcroForm dictionary |
![]() ![]() | FPDFInterForm_GetFormFont(IntPtr, String) | Get the font at the specified tagName. |
![]() ![]() | FPDFInterForm_GetFormFont(IntPtr, Int32, Boolean, String) | Get the font at the specified index. |
![]() ![]() | FPDFInterForm_GetFormNotify | Gets Form Notify object |
![]() ![]() | FPDFInterForm_GetPageControl | Gets control specified by a index for specified page |
![]() ![]() | FPDFInterForm_HasXFAForm | Determines that the document contains XFA Forms |
![]() ![]() | FPDFInterForm_ImportFromFDF | Import fields from Forms Data Format (FDF) document |
![]() ![]() | FPDFInterForm_InitEmptyFormDict | Initialize new acroform dictionary |
![]() ![]() | FPDFInterForm_IsValidFormControl | Determines that specified Control is a valid Control |
![]() ![]() | FPDFInterForm_IsValidFormField | Determines that specified Field is a valid Field from the hierarchy of documents fields |
![]() ![]() | FPDFInterForm_LoadField | Load the field into the internal tree of fields. If the field has already been loaded earlier. |
![]() ![]() | FPDFInterForm_ReloadForm | Reload forms |
![]() ![]() | FPDFInterForm_RemoveFormFont(IntPtr, IntPtr) | Removes the first occurrence of a specific font from the acroform resource dictionary. |
![]() ![]() | FPDFInterForm_RemoveFormFont(IntPtr, String) | Removes the first occurrence of a specific tagName from the acroform resource dictionary. |
![]() ![]() | FPDFInterForm_ResetForm | Resets forms to their default values |
![]() ![]() | FPDFInterForm_SetFormNotify(IntPtr, FPDF_FORMFILLNOTIFY) | Sets Form Notify object |
![]() ![]() | FPDFInterForm_SetFormNotify(IntPtr, IntPtr) | Sets Form Notify object |
![]() ![]() | FPDFLink_CloseWebLinks | Release resources used by weblink feature. |
![]() ![]() | FPDFLink_CountQuadPoints | Get the count of quadrilaterals fo the link annotation |
![]() ![]() | FPDFLink_CountRects | Count number of rectangular areas for the link. |
![]() ![]() | FPDFLink_CountWebLinks | Count number of detected web links. |
![]() ![]() | FPDFLink_Enumerate | This function would enumerate all the link annotations in a single PDF page. |
![]() ![]() | FPDFLink_GetAction | Get action info of a link |
![]() ![]() | FPDFLink_GetAnnotRect | Get the annotation rectangle. (Specified by the Ў°RectЎ± entry of annotation dictionary). |
![]() ![]() | FPDFLink_GetDest | Get destination info of a link. |
![]() ![]() | FPDFLink_GetLinkAtPoint | Find a link at specified point on a document page |
![]() ![]() | FPDFLink_GetQuadPoints | Get the quadrilateral from link annotation at the specified index. |
![]() ![]() | FPDFLink_GetRect | Fetch the boundaries of a rectangle for a link |
![]() ![]() | FPDFLink_GetURL | Fetch the URL information for a detected web link. |
![]() ![]() | FPDFLink_LoadWebLinks | Prepare information about weblinks in a page |
![]() ![]() | FPDFMatrix_Concat | Multiplies the matrices in the order specified in the bPrepended parameter. |
![]() ![]() | FPDFMatrix_ConcatInverse | Inverts the matrix specified in the src parameter and than multiplies the dst matrix by the inverted matrix, and in the order specified in the prepended parameter. |
![]() ![]() | FPDFMatrix_GetUnitArea | Get unit area |
![]() ![]() | FPDFMatrix_GetXUnit | Get x unit |
![]() ![]() | FPDFMatrix_GetYUnit | Get y unit |
![]() ![]() | FPDFMatrix_Is90Rotated | Gets a value indicating whether the Matrix is rotated. |
![]() ![]() | FPDFMatrix_IsIdentity | Gets a value indicating whether the specified Matrix is the identity matrix. |
![]() ![]() | FPDFMatrix_IsInvertible | Gets a value indicating whether the specified Matrix is invertible. |
![]() ![]() | FPDFMatrix_IsScaled | Gets a value indicating whether the Matrix is scaled. |
![]() ![]() | FPDFMatrix_Rotate | Applies a clockwise rotation of an amount specified in the angle parameter, around the origin (zero x and y coordinates) for the specified Matrix. |
![]() ![]() | FPDFMatrix_RotateAt | Applies a clockwise rotation about the specified point to the specified Matrix in the specified order. |
![]() ![]() | FPDFMatrix_Scale | Applies the specified scale vector (sx and sy) to the specified Matrix using the specified order. |
![]() ![]() | FPDFMatrix_SetIdentity | Set the identity matrix to destination matrix |
![]() ![]() | FPDFMatrix_SetReverse | Inverts the source matrix, if it is invertible and set it to destination matrix. |
![]() ![]() | FPDFMatrix_Shear | Applies the specified shear vector to the Matrix in the specified order. |
![]() ![]() | FPDFMatrix_TransformDistance(FS_MATRIX, Single) | Applies the geometric transform represented by the Matrix to a distance. |
![]() ![]() | FPDFMatrix_TransformDistance(FS_MATRIX, Int32, Int32) | Applies the geometric transform represented by the Matrix to a distance. |
![]() ![]() | FPDFMatrix_TransformDistance(FS_MATRIX, Single, Single) | Applies the geometric transform represented by the Matrix to a distance. |
![]() ![]() | FPDFMatrix_TransformPoint(FS_MATRIX, Int32, Int32) | Applies the geometric transform represented by the Matrix to a specified point. |
![]() ![]() | FPDFMatrix_TransformPoint(FS_MATRIX, Single, Single) | Applies the geometric transform represented by the Matrix to a specified point. |
![]() ![]() | FPDFMatrix_TransformRect | Applies the geometric transform represented by the Matrix to a specified rectangle. |
![]() ![]() | FPDFMatrix_TransformVector | Applies only the scale and rotate components of the Matrix to the specified point. |
![]() ![]() | FPDFMatrix_TransformXDistance(FS_MATRIX, Int32) | Applies the geometric transform represented by the Matrix to a x-coordinate of the distance vector. |
![]() ![]() | FPDFMatrix_TransformXDistance(FS_MATRIX, Single) | Applies the geometric transform represented by the Matrix to a x-coordinate of the distance vector. |
![]() ![]() | FPDFMatrix_TransformYDistance(FS_MATRIX, Int32) | Applies the geometric transform represented by the Matrix to a y-coordinate of the distance vector. |
![]() ![]() | FPDFMatrix_TransformYDistance(FS_MATRIX, Single) | Applies the geometric transform represented by the Matrix to a y-coordinate of the distance vector. |
![]() ![]() | FPDFMatrix_Translate(FS_MATRIX, Int32, Int32, Boolean) | Applies the specified translation vector to the Matrix in the specified order. |
![]() ![]() | FPDFMatrix_Translate(FS_MATRIX, Single, Single, Boolean) | Applies the specified translation vector to the Matrix in the specified order. |
![]() ![]() | FPDFNAME_Create | Create new Name object |
![]() ![]() | FPDFNULL_Create | Create new Null object |
![]() ![]() | FPDFNUMBER_CreateFloat | Create new Number object as a float |
![]() ![]() | FPDFNUMBER_CreateInt | Create new Number object as an integer |
![]() ![]() | FPDFNUMBER_IsInteger | Returns a Boolean value that indicates whether a Number is an integer. |
![]() ![]() | FPDFOBJ_Clone | Create a new PDF object based on this object. |
![]() ![]() | FPDFOBJ_GetArray | Returns an Array representation of the specified object. |
![]() ![]() | FPDFOBJ_GetByteString | Get the byte string contained in this PDF object. |
![]() ![]() | FPDFOBJ_GetDict | Returns a Dictionary representation of the specified object. |
![]() ![]() | FPDFOBJ_GetDirect | Get inderect object |
![]() ![]() | FPDFOBJ_GetGenNum | Get a non-negative integer generation number. In a newly created file, all indirect objects have generation numbers of 0. Nonzero generation numbers may be introduced when the file is later updated; |
![]() ![]() | FPDFOBJ_GetInteger | Returns an integer representation of the specified object. |
![]() ![]() | FPDFOBJ_GetNumber | Returns a floating-point representation of the specified object. |
![]() ![]() | FPDFOBJ_GetObjNum | Get a positive integer object number. Indirect objects are often numbered sequentially within a PDF file, but this is not required; object numbers may be assigned in any arbitrary order. |
![]() ![]() | FPDFOBJ_GetParentObj | Returns a handle to the container for specified object. |
![]() ![]() | FPDFOBJ_GetString | Returns the ANSI string contained in this PDF object. |
![]() ![]() | FPDFOBJ_GetType | Get type of an PDF object |
![]() ![]() | FPDFOBJ_GetUnicodeText | Returns the unicode string contained in this PDF object. |
![]() ![]() | FPDFOBJ_IsArray | Gets a value that indicates whether the PDF object is an array. |
![]() ![]() | FPDFOBJ_IsBoolean | Gets a value that indicates whether the PDF object is a Boolean object. |
![]() ![]() | FPDFOBJ_IsDictionary | Gets a value that indicates whether the PDF object is a dictionary. |
![]() ![]() | FPDFOBJ_IsModified | Return TRUE if object was modified |
![]() ![]() | FPDFOBJ_IsName | Gets a value that indicates whether the PDF object is a Name object. |
![]() ![]() | FPDFOBJ_IsNumber | Gets a value that indicates whether the PDF object is a Number object. |
![]() ![]() | FPDFOBJ_IsReference | Gets a value that indicates whether the PDF object is a indirect object. |
![]() ![]() | FPDFOBJ_IsStream | Gets a value that indicates whether the PDF object is a Stream object. |
![]() ![]() | FPDFOBJ_IsString | Gets a value that indicates whether the PDF object is a String object. |
![]() ![]() | FPDFOBJ_Release | Delete PDF object. |
![]() ![]() | FPDFOBJ_SetDestroyCallback | Set a callback that is called immediately before the object is destroyed. |
![]() ![]() | FPDFOBJ_SetIsModified | Set IsModifed flag for specified object |
![]() ![]() | FPDFOBJ_SetString(IntPtr, Byte) | Insert an BYTE string into the PDF object |
![]() ![]() | FPDFOBJ_SetString(IntPtr, String, Encoding) | Insert an ANSI string into the PDF object |
![]() ![]() | FPDFOBJ_SetUnicodeText | Insert an unicode string into the PDF object |
![]() ![]() | FPDFOBJ_UnsubscribeOnDestroy | Delete a callback that is called immediately before the object is destroyed. |
![]() ![]() | FPDFOCG_CheckGroupVisible | Checks if the optional content group is visible. |
![]() ![]() | FPDFOCG_CheckObjectVisible | Checks if the specified page object is visible according to the optional content group. |
![]() ![]() | FPDFPage_AddObject | Add an object to the page. The page object is automatically freed. |
![]() ![]() | FPDFPage_CountObject | Get number of page objects inside the page |
![]() ![]() | FPDFPage_Delete | Delete a PDF page. |
![]() ![]() ![]() | FPDFPage_Flatten | Flat a pdf page, annotations or form fields will become part of the page contents. |
![]() ![]() | FPDFPage_GenerateContent | Generate PDF Page content. |
![]() ![]() | FPDFPage_GenerateContentEx(IntPtr) | Generate PDF Page content. |
![]() ![]() | FPDFPage_GenerateContentEx(IntPtr, IntPtr) | Generate PDF Page content from the specified list of page objects. |
![]() ![]() | FPDFPage_GenerateContentEx(IntPtr, IntPtr, PdfiumGenerateContentCallback, IntPtr) | Generate PDF Page content from the specified list of page objects. |
![]() ![]() | FPDFPage_GetArtBox | Get "ArtBox" entry from the page dictionary. |
![]() ![]() | FPDFPage_GetBleedBox | Get "BleedBox" entry from the page dictionary. |
![]() ![]() | FPDFPage_GetCropBox | Get "CropBox" entry from the page dictionary. |
![]() ![]() | FPDFPage_GetMediaBox | Get "MediaBox" entry from the page dictionary. |
![]() ![]() | FPDFPage_GetObject | Get page object by index |
![]() ![]() | FPDFPage_GetRotation | Get the page rotation. One of following values will be returned:0(0), 1(90), 2(180), 3(270). |
![]() ![]() | FPDFPage_GetTrimBox | Get "TrimBox" entry from the page dictionary. |
![]() ![]() | FPDFPage_HasTransparency | Check whether the content of specified PDF page contains transparency or not. |
![]() ![]() | FPDFPage_InsertClipPath | Clip the page content, the page content that outside the clipping region become invisible. |
![]() ![]() | FPDFPage_InsertObject(IntPtr, IntPtr) | Obsolete. Insert an object to the page. The page object is automatically freed. |
![]() ![]() | FPDFPage_InsertObject(IntPtr, IntPtr, Int32) | Add an object to the objects coolection after specified index. The page object is automatically freed. |
![]() ![]() | FPDFPage_New | Construct an empty page |
![]() ![]() | FPDFPage_RemoveObject | Remove object from the collection at specified index. |
![]() ![]() | FPDFPage_SetArtBox | Set "ArtBox" entry to the page dictionary. |
![]() ![]() | FPDFPage_SetBleedBox | Set "BleedBox" entry to the page dictionary. |
![]() ![]() | FPDFPage_SetCropBox | Set "CropBox" entry to the page dictionary. |
![]() ![]() | FPDFPage_SetMediaBox | Set "MediaBox" entry to the page dictionary. |
![]() ![]() | FPDFPage_SetRotation | Set page rotation. One of following values will be set: 0(0), 1(90), 2(180), 3(270). |
![]() ![]() | FPDFPage_SetTrimBox | Set "TrimBox" entry to the page dictionary. |
![]() ![]() | FPDFPage_TransformAnnots | Transform (scale, rotate, shear, move) all annots in a page. |
![]() ![]() | FPDFPage_TransFormWithClip | Transform the whole page with a specified matrix, then clip the page content region. |
![]() ![]() | FPDFPageObj_AddMark | Adds new element at the end of marked content |
![]() ![]() | FPDFPageObj_AppendClipPath | Append a path to the current clip |
![]() ![]() | FPDFPageObj_Clone | Create a new page object based on this page object. |
![]() ![]() | FPDFPageObj_Copy | Obsolete. Copy page object information from one to another |
![]() ![]() | FPDFPageObj_CopyClipPath | Copy clip path from one page object to another |
![]() ![]() | FPDFPageObj_CountMarks | Gets the number of elements in marked content of the object |
![]() ![]() | FPDFPageObj_Create | Create new page object specified by type |
![]() ![]() | FPDFPageObj_DeleteLastMark | Remove the last element of the marked content |
![]() ![]() | FPDFPageObj_GetAlphaIsShapeFlag | Get a flag specifying whether the current soft mask and alpha constant parameters are to be interpreted as shape values (true) or opacity values(false). |
![]() ![]() | FPDFPageObj_GetBBox(IntPtr, FS_MATRIX, Int32, Int32, Int32, Int32) | Get page object bounding box. |
![]() ![]() | FPDFPageObj_GetBBox(IntPtr, FS_MATRIX, Single, Single, Single, Single) | Get page object bounding box. |
![]() ![]() | FPDFPageObj_GetBlendMode | Get the blend mode to be used in the transparent imaging model. |
![]() ![]() | FPDFPageObj_GetClipPath | Get clipping path of page object. |
![]() ![]() | FPDFPageObj_GetDashArray | Get the line dash array. |
![]() ![]() | FPDFPageObj_GetDashPhase | Get the dash phase. The dash phase specifies the distance into the dash pattern at which to start the dash. |
![]() ![]() | FPDFPageObj_GetFillAlpha | Get the opacity of the fill color. |
![]() ![]() | FPDFPageObj_GetFillColor(IntPtr) | Get the fill color of a page object. |
![]() ![]() | FPDFPageObj_GetFillColor(IntPtr, IntPtr, IntPtr) | Get the fill color and color space of a page object. |
![]() ![]() | FPDFPageObj_GetFillOverprintFlag | Get an overprint flag for non-stroking operations. |
![]() ![]() | FPDFPageObj_GetFlatness | Get the precision with which curves are to be rendered on the output device. |
![]() ![]() | FPDFPageObj_GetLineCap | Get the shape of the endpoints for any open path that is stroked. |
![]() ![]() | FPDFPageObj_GetLineJoin | Get the shape of joints between connected segments of a stroked path. |
![]() ![]() | FPDFPageObj_GetLineWidth | Get the thickness, in user space units, of paths to be stroked. |
![]() ![]() | FPDFPageObj_GetListFromForm | Get handle to the page objects list from form object. |
![]() ![]() | FPDFPageObj_GetListFromPage | Get handle to the page objects list from page. |
![]() ![]() | FPDFPageObj_GetMarkName | Get a tag operand of the marked content operator. |
![]() ![]() | FPDFPageObj_GetMarkParam | Get the property list associated with marked contetent. |
![]() ![]() | FPDFPageObj_GetMarkParamType | Get a type of the associated property list |
![]() ![]() | FPDFPageObj_GetMiterLimit | Get the maximum length of mitered line joins for stroked paths. |
![]() ![]() | FPDFPageObj_GetOverprintMode | Get an overprint mode. |
![]() ![]() | FPDFPageObj_GetRenderIntent | Get the rendering intent to be used when converting CIE-based colors to device colors. |
![]() ![]() | FPDFPageObj_GetSmoothness | Get the precision with which color gradients are to be rendered on the output device. |
![]() ![]() | FPDFPageObj_GetSoftMask | Get the current soft mask, specifying the mask shape or mask opacity values to be used in the transparent imaging model. |
![]() ![]() | FPDFPageObj_GetStrokeAlpha | Get the opacity of the stroke color. |
![]() ![]() | FPDFPageObj_GetStrokeColor(IntPtr) | Get the stroke color of a page object. |
![]() ![]() | FPDFPageObj_GetStrokeColor(IntPtr, IntPtr, IntPtr) | Get the stroke color and color space of a page object. |
![]() ![]() | FPDFPageObj_GetStrokeOverprintFlag | Get an overprint flag for stroking operations. |
![]() ![]() | FPDFPageObj_GetTextKnockoutFlag | Get the text knockout flag, which determines the behavior of overlapping glyphs within a text object in the transparent imaging model. |
![]() ![]() | FPDFPageObj_GetType | Gets page object type. |
![]() ![]() | FPDFPageObj_HasTransparency | Check whether the specified PDF page object contains transparency or not. |
![]() ![]() | FPDFPageObj_MarkHasMCID | Gets a value indicating whether the parameters dictionary contains a marked-content identifier that uniquely identifies the marked-content sequence within its content stream. |
![]() ![]() | FPDFPageObj_NewImgeObj | Create a new Image Object. |
![]() ![]() | FPDFPageObj_NewPathObj | Obsolete. Create a new path Object. |
![]() ![]() | FPDFPageObj_NewTextObj | Obsolete. Create a new Text Object. |
![]() ![]() | FPDFPageObj_NewTextObjEx | Obsolete. Create a new Text Object. |
![]() ![]() | FPDFPageObj_Release | Release page object |
![]() ![]() | FPDFPageObj_RemoveClipPath | Remove a clip from the page object. |
![]() ![]() | FPDFPageObj_SetAlphaIsShapeFlag | Set a flag specifying whether the current soft mask and alpha constant parameters are to be interpreted as shape values (true) or opacity values(false). |
![]() ![]() | FPDFPageObj_SetBlendMode | Set the blend mode to be used in the transparent imaging model. |
![]() ![]() | FPDFPageObj_SetClipPath | Set clipping path for the specified page object. |
![]() ![]() | FPDFPageObj_SetDashArray | Set the line dash array. |
![]() ![]() | FPDFPageObj_SetDashPhase | Set the dash phase. The dash phase specifies the distance into the dash pattern at which to start the dash. |
![]() ![]() | FPDFPageObj_SetFillAlpha | Set the opacity of the fill color of a page object. |
![]() ![]() | FPDFPageObj_SetFillColor(IntPtr, Int32) | Set the fill color of a page object. |
![]() ![]() | FPDFPageObj_SetFillColor(IntPtr, IntPtr, IntPtr, Single) | Set the fill color, color space, and pattern of a page object. |
![]() ![]() | FPDFPageObj_SetFillOverprintFlag | Set a flag for non-stroking operations, specifying whether painting in one set of colorants should cause the corresponding areas of other colorants to be erased(false) or left unchanged(true). |
![]() ![]() | FPDFPageObj_SetFlatness | Set the precision with which curves are to be rendered on the output device. |
![]() ![]() | FPDFPageObj_SetLineCap | Set the shape of the endpoints for any open path that is stroked. |
![]() ![]() | FPDFPageObj_SetLineJoin | Set the shape of joints between connected segments of a stroked path. |
![]() ![]() | FPDFPageObj_SetLineWidth | Set the thickness, in user space units, of paths to be stroked. |
![]() ![]() | FPDFPageObj_SetMark | Set marked content at the specified index |
![]() ![]() | FPDFPageObj_SetMarkName | Set tag operand of the marked content operator |
![]() ![]() | FPDFPageObj_SetMarkParam | Set property list at the specified index |
![]() ![]() | FPDFPageObj_SetMiterLimit | Set the maximum length of mitered line joins for stroked paths. |
![]() ![]() | FPDFPageObj_SetOverprintMode | Set a code specifying whether a color component value of 0 in a DeviceCMYK color space should erase that component(Zero) or leave it unchanged(NonZero) when overprinting |
![]() ![]() | FPDFPageObj_SetRenderIntent | Set the rendering intent to be used when converting CIE-based colors to device colors. |
![]() ![]() | FPDFPageObj_SetSmoothness | Set the precision with which color gradients are to be rendered on the output device. |
![]() ![]() | FPDFPageObj_SetSoftMask | Set soft mask, specifying the mask shape or mask opacity values to be used in the transparent imaging model. |
![]() ![]() | FPDFPageObj_SetStrokeAlpha | Set the opacity of the stroke color of a page object. |
![]() ![]() | FPDFPageObj_SetStrokeColor(IntPtr, Int32) | Set the stroke color of a page object. |
![]() ![]() | FPDFPageObj_SetStrokeColor(IntPtr, IntPtr, IntPtr, Single) | Set the stroke color, color space, and pattern of a page object. |
![]() ![]() | FPDFPageObj_SetStrokeOverprintFlag | Set a flag for stroking operations, specifying whether painting in one set of colorants should cause the corresponding areas of other colorants to be erased(false) or left unchanged(true). |
![]() ![]() | FPDFPageObj_SetTextKnockoutFlag | Set the text knockout flag, which determines the behavior of overlapping glyphs within a text object in the transparent imaging model. |
![]() ![]() | FPDFPageObj_Transform | Transform (scale, rotate, shear, move) page object. |
![]() ![]() | FPDFPageObj_TransformClipPath | Transform (scale, rotate, shear, move) the clip path of page object. |
![]() ![]() | FPDFPageObjectList_CountObject | Get number of page objects. |
![]() ![]() | FPDFPageObjectList_GetObject | Get page object by index |
![]() ![]() | FPDFPageObjectList_InsertObject | Add an object to the objects coolection after specified index. The page object is automatically freed. |
![]() ![]() | FPDFPageObjectList_RemoveObject | Remove object from the collection at specified index. |
![]() ![]() | FPDFPath_AddPointCount | Adds the specified number of points to the specified path. |
![]() ![]() | FPDFPath_AllocPointCount | Allocates the buffer for a given number of points. |
![]() ![]() | FPDFPath_Append | Appends the specified Path to another path. |
![]() ![]() | FPDFPath_AppendEx | Appends the specified Path to another path. |
![]() ![]() | FPDFPath_AppendLine | Adds a rectangle to the path. |
![]() ![]() | FPDFPath_AppendRect | Adds a rectangle to the path. |
![]() ![]() | FPDFPath_Copy | Copy points from one Path to another. |
![]() ![]() | FPDFPath_Create | Create a path object |
![]() ![]() | FPDFPath_Delete | Destroy a path and release all related buffers |
![]() ![]() | FPDFPath_GetBoundingBox | Get a rectangle that bounds this Path. |
![]() ![]() | FPDFPath_GetBoundingBoxEx | Get a rectangle that bounds this Path. |
![]() ![]() | FPDFPath_GetFlag | Gets the type of the path point at the specified index. |
![]() ![]() | FPDFPath_GetPointCount | Gets the number of points in the current path |
![]() ![]() | FPDFPath_GetPoints | Gets the points in the path. |
![]() ![]() | FPDFPath_GetPointX | Get x-coordinate of the path point />. |
![]() ![]() | FPDFPath_GetPointY | Get y-coordinate of the path point />. |
![]() ![]() | FPDFPath_IsRect | Determines whether this path is a rectangle. |
![]() ![]() | FPDFPath_SetPoint | Set specified point at specified index. |
![]() ![]() | FPDFPath_SetPointCount | Sets the number of points in the specified path. |
![]() ![]() | FPDFPath_Transform | Transform (scale, rotate, shear, move) path. |
![]() ![]() | FPDFPath_TrimPoints | Decreases the number of points in the specified path to the specified count. |
![]() ![]() | FPDFPathObj_CalcBoundingBox | Calculate bounding box |
![]() ![]() | FPDFPathObj_GetFillType | Get the fill type of the specified path object. |
![]() ![]() | FPDFPathObj_GetIsStroke | Check whether the stroke flag is true or not. |
![]() ![]() | FPDFPathObj_GetMatrix(IntPtr) | Get the transformation matrix of the path object. |
![]() ![]() | FPDFPathObj_GetMatrix(IntPtr, Single, Single, Single, Single, Single, Single) | Get the transformation matrix of the path object. |
![]() ![]() | FPDFPathObj_GetPath | Get the path associated with this PathObject. |
![]() ![]() | FPDFPathObj_SetFillType | Set the fill type to the specified PathObject. |
![]() ![]() | FPDFPathObj_SetIsStroke | Set the stroke flag. |
![]() ![]() | FPDFPathObj_SetMatrix(IntPtr, FS_MATRIX) | Set the matrix of a path object |
![]() ![]() | FPDFPathObj_SetMatrix(IntPtr, Single, Single, Single, Single, Single, Single) | Set the matrix of a path object |
![]() ![]() | FPDFPattern_AddRef | Increase the reference counter. |
![]() ![]() | FPDFPattern_GetDocument | Get PDF Document assigned with the pattern. |
![]() ![]() | FPDFPattern_GetParentMatrix | Get a transformation matrix. |
![]() ![]() | FPDFPattern_GetPattern2FormMatrix | Get a transformation matrix. |
![]() ![]() | FPDFPattern_GetPatternObj | Get Dictionary or Stream that describes the pattern. |
![]() ![]() | FPDFPattern_GetPatternType | Get the type of the specified pattern. |
![]() ![]() | FPDFPattern_Release | Destroy a pattern object and release all related buffers. |
![]() ![]() | FPDFPattern_RemoveRef | Decrease the reference counter. |
![]() ![]() | FPDFPattern_SetForceClear | Set ForceClear flag for the specified pattern. |
![]() ![]() | FPDFPattern_SubscribeOnDestroy | Set a callback that is called immediately before the color space object is destroyed. |
![]() ![]() | FPDFPattern_UnsubscribeOnDestroy | Delete a callback that is called immediately before the color space object is destroyed. |
![]() ![]() | FPDFPRINT_Close | Closes an open object handle. |
![]() ![]() | FPDFPRINT_GetData | Gets the content of prepared document |
![]() ![]() | FPDFPRINT_GetDocument | Gets the handle to the prepared document |
![]() ![]() | FPDFPRINT_Open | Prepares given document for direct printing |
![]() ![]() | FPDFREF_Create | Creates a Reference object which is linked with an object inside the list of objects. |
![]() ![]() | FPDFREF_GetObjList | Gets a list of objects in which is linked with the specified reference object. |
![]() ![]() | FPDFREF_GetRefObjNum | Gets an object number which is linked with the specified reference object. |
![]() ![]() | FPDFREF_SetRef | Changes a link of Reference object to the specified object in the specified list. |
![]() ![]() | FPDFShadingObj_CalcBoundingBox | Calculate bounding box |
![]() ![]() | FPDFShadingObj_GetMatrix(IntPtr) | Get the transformation matrix of the shading object. |
![]() ![]() | FPDFShadingObj_GetMatrix(IntPtr, Single, Single, Single, Single, Single, Single) | Get the transformation matrix of the shading object. |
![]() ![]() | FPDFShadingObj_GetShaddingPattern | Get shading pattern. |
![]() ![]() | FPDFShadingObj_SetMatrix(IntPtr, FS_MATRIX) | Set the transformation matrix into shading object |
![]() ![]() | FPDFShadingObj_SetMatrix(IntPtr, Single, Single, Single, Single, Single, Single) | Set the transformation matrix into shading object |
![]() ![]() | FPDFShadingObj_SetShaddingPattern | Set shading pattern into the specified shading object. |
![]() ![]() | FPDFShadingPattern_Create | Create a shading pattern. |
![]() ![]() | FPDFShadingPattern_GetAntiAlias | Get a flag indicating whether to filter the shading function to prevent aliasing artifacts. |
![]() ![]() | FPDFShadingPattern_GetBackground | Get the background color of a shading. |
![]() ![]() | FPDFShadingPattern_GetBoundingBox | Get bounding box of the shading. |
![]() ![]() | FPDFShadingPattern_GetColorSpace | Get the color space in which color values are expressed. |
![]() ![]() | FPDFShadingPattern_GetDomain | Get the shading's domain. |
![]() ![]() | FPDFShadingPattern_GetFunctions | Get the shading's functions. |
![]() ![]() | FPDFShadingPattern_GetMesh | Get the triangle / coons patch / tensor patch mesh of the specified shading pattern. |
![]() ![]() | FPDFShadingPattern_GetParams | Get parameters from the specified tiling pattern. |
![]() ![]() | FPDFShadingPattern_GetShadingObj | Get shading. |
![]() ![]() | FPDFShadingPattern_GetShadingType | Get type of shading |
![]() ![]() | FPDFShadingPattern_SetAntiAlias | Set a flag indicating whether to filter the shading function to prevent aliasing artifacts. |
![]() ![]() | FPDFShadingPattern_SetBackground | Set the background color of a shading. |
![]() ![]() | FPDFShadingPattern_SetBoundingBox | Set bounding box of the shading. |
![]() ![]() | FPDFShadingPattern_SetColorSpace | Set the color space in which color values are expressed. |
![]() ![]() | FPDFShadingPattern_SetDomain | Set the shading's domain. |
![]() ![]() | FPDFShadingPattern_SetFunctions | Set the shading's functions. |
![]() ![]() | FPDFShadingPattern_SetMesh | Set the triangle / coons patch / tensor patch mesh to the specified shading pattern. |
![]() ![]() | FPDFShadingPattern_SetParams | Set parameters to the specified shading pattern of type 4-7. |
![]() ![]() | FPDFShadingType1_GetDomain | Get the rectangular domain of coordinates over which the color function(s) are defined. |
![]() ![]() | FPDFShadingType1_GetMatrix | Get a transformation matrix mapping the coordinate space specified by the shading's domain into the shading’s target coordinate space. |
![]() ![]() | FPDFShadingType1_SetDomain | Set the rectangular domain of coordinates over which the color function(s) are defined. |
![]() ![]() | FPDFShadingType1_SetMatrix | Set a transformation matrix mapping the coordinate space specified by the shading's domain into the shading’s target coordinate space. |
![]() ![]() | FPDFShadingType2_GetCoords | Get the starting and ending coordinates of the axis. |
![]() ![]() | FPDFShadingType2_GetDomain | Get the limiting values of a parametric variable t. |
![]() ![]() | FPDFShadingType2_GetExtend | Get two boolean values specifying whether to extend the shading beyond the starting and ending points of the axis, respectively. |
![]() ![]() | FPDFShadingType2_SetCoords | Set the starting and ending coordinates of the axis. |
![]() ![]() | FPDFShadingType2_SetDomain | Set the limiting values of a parametric variable t. |
![]() ![]() | FPDFShadingType2_SetExtend | Set two boolean values specifying whether to extend the shading beyond the starting and ending points of the axis, respectively. |
![]() ![]() | FPDFShadingType3_GetCoords | Get the centers and radii of the starting and ending circles |
![]() ![]() | FPDFShadingType3_GetDomain | Get the limiting values of a parametric variable t. |
![]() ![]() | FPDFShadingType3_GetExtend | Get two boolean values specifying whether to extend the shading beyond the starting and ending circles, respectively. |
![]() ![]() | FPDFShadingType3_SetCoords | Set the centers and radii of the starting and ending circles |
![]() ![]() | FPDFShadingType3_SetDomain | Set the limiting values of a parametric variable t. |
![]() ![]() | FPDFShadingType3_SetExtend | Set two boolean values specifying whether to extend the shading beyond the starting and ending points of the axis, respectively. |
![]() ![]() | FPDFSTREAM_Create | Create new Stream object |
![]() ![]() | FPDFSTREAM_GetData | Get a managed copy of underlying buffer of the stream. |
![]() ![]() | FPDFSTREAM_GetDecodedData | Decodes stream contents. |
![]() ![]() | FPDFSTREAM_GetRawData | Get underlying buffer of the stream. |
![]() ![]() | FPDFSTREAM_GetRawSize | Gets the length in bytes of the stream. |
![]() ![]() | FPDFSTREAM_InitStream | Initialize the stream with a sequence of bytes. |
![]() ![]() | FPDFSTREAM_InitStreamFromFile | Initialize the stream with a sequence of bytes readed from specified file. |
![]() ![]() | FPDFSTREAM_IsMemoryBased | Returns a Boolean value that indicates whether a Stream was initialized from memory. |
![]() ![]() | FPDFSTREAM_ReadRawData | Reads a specified number of bytes from the current stream from specified position. |
![]() ![]() | FPDFSTREAM_ReleaseDecodedData | Release decoded content |
![]() ![]() | FPDFSTREAM_SetData(IntPtr, Byte, Boolean) | Set specified raw data into current stream |
![]() ![]() | FPDFSTREAM_SetData(IntPtr, IntPtr, Int32, Boolean) | Set specified raw data into current stream |
![]() ![]() | FPDFSTRING_CreateChar(Byte, Boolean) | Create new String object and initialise it with specified byte string. |
![]() ![]() | FPDFSTRING_CreateChar(String, Boolean, Encoding) | Create new String object and initialise it with ANSI string |
![]() ![]() | FPDFSTRING_CreateEmpty | Create empty String object |
![]() ![]() | FPDFSTRING_CreateUnicode | Create new String object and initialise it with unicode string |
![]() ![]() | FPDFSTRING_IsHex | Returns a Boolean value that indicates whether a String is a hex. |
![]() ![]() | FPDFText_ClosePage | Release all resources allocated for a text page information structure |
![]() ![]() | FPDFText_CountChars | Get number of characters in a page |
![]() ![]() | FPDFText_CountRects | Count number of rectangular areas occupied by a segment of texts. |
![]() ![]() | FPDFText_FindClose | Release a search context |
![]() ![]() | FPDFText_FindNext | Search in the direction from page start to end. |
![]() ![]() | FPDFText_FindPrev | Search in the direction from page end to start. |
![]() ![]() | FPDFText_FindStart | Start a search. |
![]() ![]() | FPDFText_GetBoundedText | Extract unicode text within a rectangular boundary on the page |
![]() ![]() | FPDFText_GetCharBox | Get bounding box of a particular character |
![]() ![]() | FPDFText_GetCharIndexAtPos | Get the index of a character at or nearby a certain position on the page |
![]() ![]() | FPDFText_GetCharIndexFromTextIndex | Get the actually char index in text_page's internal char list. |
![]() ![]() | FPDFText_GetFont | Obsolete. Get font of a particular character |
![]() ![]() | FPDFText_GetFontSize | Get the font size of a particular character |
![]() ![]() | FPDFText_GetRect | Get a rectangular area from the result generated by FPDFText_CountRects(IntPtr, Int32, Int32). |
![]() ![]() | FPDFText_GetSchCount | Get the number of matched characters in the search result |
![]() ![]() | FPDFText_GetSchResultIndex | Get the starting character index of the search result. |
![]() ![]() | FPDFText_GetText | Extract unicode text string from the page |
![]() ![]() | FPDFText_GetUnicode | Get Unicode of a character in a page |
![]() ![]() | FPDFText_GetUnicodeEx | Get Unicode of a character in a page |
![]() ![]() | FPDFText_LoadPage | Prepare information about all characters in a page. |
![]() ![]() | FPDFTextObj_CalcCharPos | Calculate the offsets to start and end of each character in text object |
![]() ![]() | FPDFTextObj_CountChars | Get the number of characters from a text object. |
![]() ![]() | FPDFTextObj_CountItems | Get the number of items from a text object. |
![]() ![]() | FPDFTextObj_GetCharInfo(IntPtr, Int32, Int32, Single) | Get the unicode of a special character in a text object and kerning. |
![]() ![]() | FPDFTextObj_GetCharInfo(IntPtr, Int32, Int32, Single, Single) | Get the unicode of a special character in a text object and its placement. |
![]() ![]() | FPDFTextObj_GetCharRect | Get character bounding box |
![]() ![]() | FPDFTextObj_GetCharSpacing | Get character spacing. |
![]() ![]() | FPDFTextObj_GetCharWidth | Get the width of specified character |
![]() ![]() | FPDFTextObj_GetFont | Get the font Handle to a text object. |
![]() ![]() | FPDFTextObj_GetFontSize | Get the font size of a text object. |
![]() ![]() | FPDFTextObj_GetItemInfo | Get item information |
![]() ![]() | FPDFTextObj_GetPos | Get location of the specified text object |
![]() ![]() | FPDFTextObj_GetPosX | Get X position of the specified text object |
![]() ![]() | FPDFTextObj_GetPosY | Get Y position of the specified text object |
![]() ![]() | FPDFTextObj_GetRenderMode | Get text rendering mode. |
![]() ![]() | FPDFTextObj_GetSpaceCharWidth | Get the width of space character |
![]() ![]() | FPDFTextObj_GetText(IntPtr, Int32) | Get non-unicode text containing in the text object. |
![]() ![]() | FPDFTextObj_GetText(IntPtr, Encoding) | Retrieves non-unicode text from the text object. |
![]() ![]() | FPDFTextObj_GetTextFromItems(IntPtr) | Get unicod text containing in text object. |
![]() ![]() | FPDFTextObj_GetTextFromItems(IntPtr, Int32) | Get non-unicode text containing in text object. |
![]() ![]() | FPDFTextObj_GetTextMatrix(IntPtr) | Get the text object matrix. |
![]() ![]() | FPDFTextObj_GetTextMatrix(IntPtr, FS_MATRIX) | Get the text object matrix. |
![]() ![]() | FPDFTextObj_GetTextMatrix(IntPtr, Single, Single, Single, Single, Single, Single) | Get the text object matrix. |
![]() ![]() | FPDFTextObj_GetTextUnicode | Retrieves unicode text from the text object. |
![]() ![]() | FPDFTextObj_GetWordSpacing | Get word spacing. |
![]() ![]() | FPDFTextObj_RecalcPositionData | Recalculate charactes positions |
![]() ![]() | FPDFTextObj_SetCharSpacing | Get character spacing. |
![]() ![]() | FPDFTextObj_SetEmpty | Set empty string in a text object |
![]() ![]() | FPDFTextObj_SetFont | Set the font into a text object |
![]() ![]() | FPDFTextObj_SetFontSize | Set the font size of a text object. |
![]() ![]() | FPDFTextObj_SetPosition | Move text object into specified location |
![]() ![]() | FPDFTextObj_SetRenderMode | Set text rendering mode. |
![]() ![]() | FPDFTextObj_SetText | Stores an ANSI string on the text object. |
![]() ![]() | FPDFTextObj_SetTextMatrix(IntPtr, FS_MATRIX) | Set the text object matrix. |
![]() ![]() | FPDFTextObj_SetTextMatrix(IntPtr, Single, Single, Single, Single, Single, Single) | Set the text object matrix. |
![]() ![]() | FPDFTextObj_SetTextRaw | Low-level function to insert ANSI/Unicode string into text object |
![]() ![]() | FPDFTextObj_SetTextUnicode | Stores a string on the text object. |
![]() ![]() | FPDFTextObj_SetWordSpacing | Get word spacing. |
![]() ![]() | FPDFTextObj_Transform | Obsolete. This method is obsolete. Please use FPDFPageObj_Transform(IntPtr, Double, Double, Double, Double, Double, Double) instead. |
![]() ![]() | FPDFTilingPattern_Create | Create a tiling pattern. |
![]() ![]() | FPDFTilingPattern_GetParams | Get parameters from the specified tiling pattern. |
![]() ![]() | FPDFTilingPattern_SetParams | Set parameters to the specified tiling pattern. |
![]() ![]() | FPDFTOOLS_GetAnnotsWithoutAP | Gets the indexes of the annotations which has no appearance stream. |
![]() ![]() | FPDFTOOLS_GetWaveData | Convert audio WAV file to PDF compatible format. |
![]() ![]() | FPDFTOOLS_ParseDefaultAppearance | Parse default appearance string |
![]() ![]() | FPDPage_HasFormFieldAtPoint | Check the form field position by point. |
![]() ![]() | FSDK_SetUnSpObjProcessHandler | Setup A UnSupport Object process handler for Pdfium sdk. |
![]() ![]() | IntersectClipRect | The IntersectClipRect function creates a new clipping region from the intersection of the current clipping region and the specified rectangle. |
![]() ![]() | SetGroupState | Sets the state of the group to ON, OFF, or the default state. |
![]() ![]() | SetWorldTransform | The SetWorldTransform function sets a two-dimensional linear transformation between world space and page space for the specified device context. This transformation can be used to scale, rotate, shear, or translate graphics output. |
![]() ![]() | UnloadDllFromProcess | Unload pdfium dynamic library (.dll/.dylib) from the process. |