XImage Class From ABCpdf .net previous page next page XImage Class Allows access to images stored in files or in data. XImages can be added to a document using the Doc.AddImageObject method.System.Object WebSupergoo.ABCpdf10.XImage Implements: IDisposable MethodDescription S» FromFile Creates an XImage from a file path. S» FromData Creates an XImage from an array of bytes. S» FromStream Creates an XImage from a Stream. Dispose Dispose of the object. Clear Clears the image. SetData Load an image from data. SetFile Load an image from a file. SetMask Assign a soft mask to the image. SetStream Load an image from stream. PropertyDescription BoundingBox The physical bounds of the image in points. Frame The currently selected frame. FrameCount The number of frames in the image. FrameRate The default frame rate for a moving image. HasRealRes Whether the image specifies the resolution. Height The height of the current frame (pixels). HRes The horizontal resolution of the current frame (DPI). Indirect Whether the image will be added using indirect mode. NeedsFile Whether the file needs to exist. NeedsStream Whether the stream needs be kept open. Selection The current selection rectangle. Type The type of image. VRes The vertical resolution of the current frame (DPI). Width The width of the current frame (pixels). previous page start next page