public sealed class ImageAnnotationContext : IMessage<ImageAnnotationContext>, IEquatable<ImageAnnotationContext>, IDeepCloneable<ImageAnnotationContext>, IBufferMessage, IMessage
If an image was produced from a file (e.g. a PDF), this message gives
information about the source of that image.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `ImageAnnotationContext` class provides information about the source of an image, especially if it was derived from a file like a PDF."],["It is a sealed class that inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class offers two constructors: a default constructor and another one that takes an `ImageAnnotationContext` object as a parameter."],["It includes properties `PageNumber` which indicates the page number in a PDF or TIFF file and `Uri`, which gives the file's URI."],["The latest version documented is 3.7.0, with versions down to 2.3.0, all of which are related to the `ImageAnnotationContext`."]]],[]]