Unified API Reference¶
The list below is a unified table of contents of the core plug-in and component methods recommended for use by 4D applications. Plug-in methods that have wrappers implemented in the Q2PixLib component are not included in this listing to avoid clutter.
Image Document¶
- ImgDoc_CreateWithFile
- ImgDoc_CreateWithBLOB
- ImgDoc_CreateWithPicture
- ImgDoc_CreateNew
- ImgDoc_GetFormat
- ImgDoc_GetProperties
- ImgDoc_GetFilePath
- ImgDoc_GetFrameCount
- ImgDoc_InsertFrame
- ImgDoc_RemoveFrame
- ImgDoc_GetEditsSummary
- ImgDoc_RevertEdits
- ImgDoc_SaveInFile
- ImgDoc_SaveInBLOB
- ImgDoc_Print
- ImgDoc_GetDataSize
Image Frame¶
Raster Frame¶
- RasterFrame_GetPixelSize
- RasterFrame_GetDPISize
- RasterFrame_GetOrientation
- RasterFrame_GetEmbThumb
- RasterFrame_GetEmbThumbPict
- RasterFrame_CopyXMPData
- RasterFrame_FlipOrientationHorz
- RasterFrame_FlipOrientationVert
- RasterFrame_RotOrientationRight
- RasterFrame_RotOrientationLeft
- RasterFrame_SetOrientation
- RasterFrame_SetDPISize
- RasterFrame_SetXMPData
- RasterFrame_Crop
- RasterFrame_Scale
- RasterFrame_Resize
- RasterFrame_AdjustSize
- RasterFrame_PushFilter
- RasterFrame_PopFilter
PDF Document¶
PDF Page¶
Image Format¶
Image Area¶
- ImgArea_SetDocument
- ImgArea_SetFrameIndex
- ImgArea_GetDocument
- ImgArea_GetFrameIndex
- ImgArea_SetTool
- ImgArea_GetTool
- ImgArea_SetZoomFactor
- ImgArea_GetZoomFactor
- ImgArea_SetAutoZoom
- ImgArea_GetAutoZoom
- ImgArea_SetSelection
- ImgArea_GetSelection
- ImgArea_SetPixelSelection
- ImgArea_GetPixelSelection
- ImgArea_SetPointSelection
- ImgArea_GetPointSelection
- ImgArea_SetProperty
- ImgArea_GetProperty
- ImgArea_CopySelToPasteboard
Picture Utility¶
XMP Data¶
- XMPData_Create
- XMPData_CreateCopy
- XMPData_CreateWithRDF
- XMPData_GetRDF
- XMPData_GetNamespaceURIs
- XMPData_GetPropertyNames
- XMPData_PropertyExists
- XMPData_GetPropertyType
- XMPData_GetSimplePropertyValue
- XMPData_SetSimplePropertyValue
- XMPData_CreateProperty
- XMPData_RemoveProperty
- XMPData_GetPropertyLanguages
- XMPData_GetLangAltPropValue
- XMPData_SetLangAltPropValue
- XMPData_GetArrayCount
- XMPData_DuplicateSubtree
- XMPData_ApplyTemplate
- XMPData_Sort
- XMPData_Erase
- XMPData_Dump