| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
14.3 14.4 14.5 15.0 15.1 15.2 15.3 15.4 15.5 16.0 16.1 16.2
New in version 3.4
| Item | Details | Server |
|---|---|---|
| CGImageSource.Count Queries number of images in this image source. | Mac/iOS |
✅ Server |
| CGImageSource.CreateWithData Creates an image source that reads from a container. | Mac/iOS |
✅ Server |
| CGImageSource.CreateWithPath Creates an image source that reads from a location specified by a Path. | Mac/iOS |
✅ Server |
| CGImageSource.CreateWithURL Creates an image source that reads from a location specified by a URL. | Mac/iOS |
✅ Server |
| CGImageSource.ImageAtIndex Returns the image associated with the specified index in an image source. | Mac/iOS |
✅ Server |
| CGImageSource.Keys Queries the list of keys for all the properties in the image source. | Mac/iOS |
✅ Server |
| CGImageSource.Property Queries the value of a property. | Mac/iOS |
✅ Server |
| CGImageSource.Release Closes image source and releases memory. | Mac/iOS |
✅ Server |
| CGImageSource.Status Return the status of an image source. | Mac/iOS |
✅ Server |
| CGImageSource.SupportedTypes Returns an array of uniform type identifiers (UTIs) that are supported for image sources. | Mac/iOS |
✅ Server |
| CGImageSource.ThumbnailAtIndex Creates a thumbnail image of the image located at a specified location in an image source. | Mac/iOS |
✅ Server |
| CGImageSource.Type Queries the type of the image source. | Mac/iOS |
✅ Server |
| Calendar.Calendar.Duplicate Deprecated Creates a copy of an existing calendar. | Mac only |
❌ Server |
| Calendar.Calendar.GetColor Deprecated Queries the color of the calendar. | Mac only |
❌ Server |
| Calendar.Calendar.GetNotes Deprecated Queries the notes of the calendar. | Mac only |
❌ Server |
| Calendar.Calendar.GetTitle Deprecated Queries the title of the calendar. | Mac only |
❌ Server |
| Calendar.Calendar.GetType Deprecated Queries the type of the calendar. | Mac only |
❌ Server |
| Calendar.Calendar.GetUID Deprecated Queries the UID of a calendar. | Mac only |
❌ Server |
| Calendar.Calendar.IsEditable Deprecated Whether calendar is editable. | Mac only |
❌ Server |
| Calendar.Calendar.SetColor Deprecated Sets the color for a calendar. | Mac only |
❌ Server |
| Calendar.Calendar.SetNotes Deprecated Sets the notes for the calendar. | Mac only |
❌ Server |
| Calendar.Calendar.SetTitle Deprecated Set title of the calendar. | Mac only |
❌ Server |
| Calendar.Calendars Deprecated Returns the list of calendars known to the system. | Mac only |
❌ Server |
| Calendar.Events Deprecated Queries events. | Mac only |
❌ Server |
| Calendar.Item.Duplicate Deprecated Creates a copy of an existing item. | Mac only |
❌ Server |
| Calendar.Item.GetAllDay Deprecated Queries whether event is all day. | Mac only |
❌ Server |
| Calendar.Item.GetAttendeeCommonName Deprecated Queries name of attendees. | Mac only |
❌ Server |
| Calendar.Item.GetAttendeeCount Deprecated Queries number of attendees. | Mac only |
❌ Server |
| Calendar.Item.GetAttendeeStatus Deprecated Queries status of attendees. | Mac only |
❌ Server |
| Calendar.Item.GetAttendeeURL Deprecated Queries URL of attendees. | Mac only |
❌ Server |
| Calendar.Item.GetCalendar Deprecated Queries the calendar id for this calendar item. | Mac only |
❌ Server |
| Calendar.Item.GetCompleted Deprecated Queries the completed flag for a reminder. | Mac only |
❌ Server |
| Calendar.Item.GetCompletionDate Deprecated Queries the completion date. | Mac only |
❌ Server |
| Calendar.Item.GetDateStamp Deprecated Queries date stamp for this event. | Mac only |
❌ Server |
| Calendar.Item.GetDueDate Deprecated Queries due date of this reminder/task. | Mac only |
❌ Server |
| Calendar.Item.GetEndDate Deprecated Queries the end date of an event. | Mac only |
❌ Server |
| Calendar.Item.GetLocation Deprecated Queries the location for the event. | Mac only |
❌ Server |
| Calendar.Item.GetNotes Deprecated Queries the notes of the calendar item. | Mac only |
❌ Server |
| Calendar.Item.GetPriority Deprecated Queries the priority of a task/reminder. | Mac only |
❌ Server |
| Calendar.Item.GetStartDate Deprecated Queries the start date of an event. | Mac only |
❌ Server |
| Calendar.Item.GetTitle Deprecated Queries the title of the event or reminder. | Mac only |
❌ Server |
| Calendar.Item.GetUID Deprecated Queries the unique identifier for a new calendar item. | Mac only |
❌ Server |
| Calendar.Item.GetURL Deprecated Queries the URL of a calendar item. | Mac only |
❌ Server |
| Calendar.Item.HasAlarm Deprecated Whether this calendar item has an alarm. | Mac only |
❌ Server |
| Calendar.Item.IsDetached Deprecated Whether event is detached. | Mac only |
❌ Server |
| Calendar.Item.NextAlarmDate Deprecated Queries date of next alarm. | Mac only |
❌ Server |
| Calendar.Item.Occurrence Deprecated Returns the occurrence date of an event. | Mac only |
❌ Server |
| Calendar.Item.SetAllDay Deprecated Sets the all day flag for an event. | Mac only |
❌ Server |
| Calendar.Item.SetCalendar Deprecated Assigns a calendar to the calendar item. | Mac only |
❌ Server |
| Calendar.Item.SetCompleted Deprecated Sets the completed flag for a reminder. | Mac only |
❌ Server |
| Calendar.Item.SetCompletionDate Deprecated Sets a new completion date for a reminder. | Mac only |
❌ Server |
| Calendar.Item.SetDueDate Deprecated Sets due date of a reminder/task. | Mac only |
❌ Server |
| Calendar.Item.SetEndDate Deprecated Sets the end date of an event. | Mac only |
❌ Server |
| Calendar.Item.SetLocation Deprecated Sets a location for an event. | Mac only |
❌ Server |
| Calendar.Item.SetNotes Deprecated Sets the notes for this item. | Mac only |
❌ Server |
| Calendar.Item.SetPriority Deprecated Sets the priority of a task/reminder. | Mac only |
❌ Server |
| Calendar.Item.SetStartDate Deprecated Sets the start date of an event. | Mac only |
❌ Server |
| Calendar.Item.SetTitle Deprecated Sets the title of the event or reminder. | Mac only |
❌ Server |
| Calendar.Item.SetURL Deprecated Assigns a new URL for a calendar item. | Mac only |
❌ Server |
| Calendar.NewCalendar Deprecated Creates a new calendar. | Mac only |
❌ Server |
| Calendar.NewEvent Deprecated Creates a new event. | Mac only |
❌ Server |
| Calendar.NewReminder Deprecated Creates a new reminder. | Mac only |
❌ Server |
| Calendar.RemoveCalendar Deprecated Deletes the calendar. | Mac only |
❌ Server |
| Calendar.RemoveEvent Deprecated Deletes the event. | Mac only |
❌ Server |
| Calendar.RemoveReminder Deprecated Deletes the reminder. | Mac only |
❌ Server |
| Calendar.SaveCalendar Deprecated Saves the calendar. | Mac only |
❌ Server |
| Calendar.SaveEvent Deprecated Saves the event. | Mac only |
❌ Server |
| Calendar.SaveReminder Deprecated Saves the reminder. | Mac only |
❌ Server |
| Calendar.SelectEvent Deprecated Selects an event with occurrance for editing. | Mac only |
❌ Server |
| Calendar.Tasks Deprecated Queries all tasks. | Mac only |
❌ Server |
| Calendar.TasksCompletedSince Deprecated Queries tasks completed since a given date. | Mac only |
❌ Server |
| Calendar.UncompletedTasks Deprecated Queries all uncompleted tasks. | Mac only |
❌ Server |
| Calendar.UncompletedTasksDueBefore Deprecated Queries tasks completed before a given date. | Mac only |
❌ Server |
| DynaPDF.DeletePage Deletes a given page in the current working PDF. | All |
✅ Server |
| DynaPDF.EnableEncryption Enables encryption for next save command. | All |
✅ Server |
| DynaPDF.ExtractImages Deprecated Extracts images of a PDF. | All |
✅ Server |
| DynaPDF.FindPattern Searches for a text. | All |
✅ Server |
| DynaPDF.GetUserUnit The function returns the user unit of the current open page. | All |
✅ Server |
| DynaPDF.ReplacePattern Replaces a text with a new text. | All |
✅ Server |
| DynaPDF.SetUserUnit The function sets the user unit of the current open page. | All |
✅ Server |
| GMImage.WriteImages Writes several images to disk. | All |
✅ Server |
| IsError Checks whether last plugin function returned error. | All |
✅ Server |
| Math.InchToPixel Converts a inch value to pixel. | All |
✅ Server |
| Math.MillimeterToPixel Converts a millimeter value to pixel. | All |
✅ Server |
| Math.PixelToInch Converts a pixel value to inch. | All |
✅ Server |
| Math.PixelToMillimeter Converts a pixel value to millimeter. | All |
✅ Server |
| RemoteControl.HideCursor Hides the mouse cursor. | Mac/Win |
❌ Server |
| RemoteControl.ShowCursor Shows the mouse cursor. | Mac/Win |
❌ Server |
| SerialPort.GetCTS Queries current CTS mode. | Mac/Win/Linux |
✅ Server |
| SerialPort.GetDSR Queries whether DSR mode is used. | Mac/Win/Linux |
✅ Server |
| SerialPort.GetDTR Queries whether DTR (data-terminal-ready) flow control is used. | Mac/Win/Linux |
✅ Server |
| SerialPort.GetRTS Queries whether to use RTS (request-to-send) flow control. | Mac/Win/Linux |
✅ Server |
| SerialPort.GetXON Queries if XON/XOFF flow control is used. | Mac/Win |
✅ Server |
| SerialPort.SetCTS Sets CTS mode. | Mac/Win/Linux |
✅ Server |
| SerialPort.SetDSR Sets whether DSR mode is used. | Mac/Win/Linux |
✅ Server |
| SerialPort.SetDTR Sets whether DTR (data-terminal-ready) flow control is used. | Mac/Win/Linux |
✅ Server |
| SerialPort.SetRTS Sets whether to use RTS (request-to-send) flow control. | Mac/Win/Linux |
✅ Server |
| SerialPort.SetXON Sets the serial port to use XON/XOFF mode. | Mac/Win |
✅ Server |
| ServerSocket.GetAllowedScripts Deprecated Queries list of allowed scripts. | All |
✅ Server |
| ServerSocket.GetAllowedTypes Deprecated Queries the list of allowed types. | All |
✅ Server |
| ServerSocket.SetAllowedScripts Deprecated Sets a list of allowed script names. | All |
✅ Server |
| ServerSocket.SetAllowedTypes Deprecated Sets a list of allowed types. | All |
✅ Server |
| UnZipFile.Close Closes the current zip file. | All |
✅ Server |
| UnZipFile.GlobalComment Reads the global comment of the zip archive. | All |
✅ Server |
| UnZipFile.ItemCRC Queries the checksum for a file. | All |
✅ Server |
| UnZipFile.ItemComment Queries the file comment of the given item. | All |
✅ Server |
| UnZipFile.ItemCompressedSize Queries compressed item size. | All |
✅ Server |
| UnZipFile.ItemCompressionMethod Queries the compression method used for this item. | All |
✅ Server |
| UnZipFile.ItemCount Queries number of items in the archive. | All |
✅ Server |
| UnZipFile.ItemDate Queries file date of item. | All |
✅ Server |
| UnZipFile.ItemDiskNumberStart Queries the disk number start. | All |
✅ Server |
| UnZipFile.ItemExternalFileAttributes Queries the external file attributes for this item. | All |
✅ Server |
| UnZipFile.ItemFlag Queries the flags for this item. | All |
✅ Server |
| UnZipFile.ItemInternalFileAttributes Queries the internal file attributes for this item. | All |
✅ Server |
| UnZipFile.ItemName Queries the file name of the given item. | All |
✅ Server |
| UnZipFile.ItemSizeFileComment Queries the size of the comment in bytes. | All |
✅ Server |
| UnZipFile.ItemSizeFileExtra Queries the size of extra file data. | All |
✅ Server |
| UnZipFile.ItemSizeFileName Queries the size of the file name. | All |
✅ Server |
| UnZipFile.ItemUncompressedSize Queries uncompressed item size. | All |
✅ Server |
| UnZipFile.ItemVersion Queries the version number of the zip format used to create this entry. | All |
✅ Server |
| UnZipFile.ItemVersionNeeded Returns the version needed to uncompress this entry. | All |
✅ Server |
| UnZipFile.OpenContainer Deprecated Opens a zip archive stored in a container. | All |
✅ Server |
| UnZipFile.OpenFile Deprecated Opens a zip archive file. | All |
✅ Server |
| UnZipFile.ReadAsFileContainer Reads the file with given index as container value with data. | All |
✅ Server |
| UnZipFile.ReadAsGIFContainer Reads the file with given index as container value with GIF data. | All |
✅ Server |
| UnZipFile.ReadAsHex Reads the file with given index as data and return hex text. | All |
✅ Server |
| UnZipFile.ReadAsJPEGContainer Reads the file with given index as container value with JPEG data. | All |
✅ Server |
| UnZipFile.ReadAsPNGContainer Reads the file with given index as container value with PNG data. | All |
✅ Server |
| UnZipFile.ReadAsText Reads the file with given index as text. | All |
✅ Server |
| UnZipFile.ReadToFile Reads file from archive and writes it to a new file. | All |
✅ Server |
| ZipFile.Close Closes the zip archive. | All |
✅ Server |
| ZipFile.CreateFile Deprecated Creates a new file in the zip archive. | All |
✅ Server |
| ZipFile.Open Deprecated Creates a new zip archive. | All |
✅ Server |
| ZipFile.SetCompressionLevel Sets the compression level. | All |
✅ Server |
| ZipFile.WriteContainer Writes a file to the zip archive with content from a container. | All |
✅ Server |
| ZipFile.WriteFile Reads a file and writes it to the zip archive. | All |
✅ Server |
| ZipFile.WriteHex Writes data into the zip archive. | All |
✅ Server |
| ZipFile.WriteText Writes a text into the zip archive. | All |
✅ Server |
138 functions shown.
These functions require a license (87%).
Blog Entries