The PreLoadedFrame type exposes the following members.
Name | Description | |
---|---|---|
{dtor} |
Enables using delete operator in C++ applications. It is strongly not recommended to use it directly. |
|
Dispose |
Releases all resources used by this Frame. (Inherited from Frame.) |
|
Equals | (Inherited from Object.) | |
ExportEncoderOptions | Overloaded. Exports all frame settings into encoder options object. |
|
GetBitmap |
Returns bitmap stored in this frame. (Inherited from Frame.) |
|
GetHashCode | (Inherited from Object.) | |
GetThumbnail |
Returns thumbnail of the bitmap stored in this frame. (Inherited from Frame.) |
|
GetType | (Inherited from Object.) | |
ImportEncoderOptions |
Initialize the frame settings from the encoder options object. (Inherited from Frame.) |
|
Lock |
Locks the object. (Inherited from LockableObject.) |
|
MemberwiseClone | (Inherited from Object.) | |
OnExportEncoderOptions |
Exports encoder options. (Inherited from Frame.) |
|
OnImportEncoderOptions |
Import encoder options. (Inherited from Frame.) |
|
SetBitmap |
Puts a bitmap into frame. (Overrides Frame.SetBitmap(Bitmap).) |
|
ToString | (Inherited from Object.) | |
Unlock |
Unlocks the object previously locked with method Lock(). (Inherited from LockableObject.) |
Name | Description | |
---|---|---|
BitsPerPixel |
Gets a number of bits per pixel in the bitmap stored in the frame. (Overrides Frame.BitsPerPixel.) |
|
ColorProfile |
Gets a color profile of the bitmap stored in the frame. (Overrides Frame.ColorProfile.) |
|
ColorSpace |
Gets a color space of the bitmap stored in the frame. (Overrides Frame.ColorSpace.) |
|
HasAlpha |
Gets a value specifying whether the bitmap stored in the frame has alpha channel. (Overrides Frame.HasAlpha.) |
|
Height |
Returns the frame height. (Overrides Frame.Height.) |
|
HorizontalResolution |
Gets a horizontal resolution of the bitmap stored in the frame. (Overrides Frame.HorizontalResolution.) |
|
Index |
Returns frame index in the format reader (if applicable). (Overrides Frame.Index.) |
|
IsCmyk |
Gets a value specifying whether the bitmap stored in the frame is CMYK. (Overrides Frame.IsCmyk.) |
|
IsDisposed | (Inherited from LockableObject.) | |
IsExtended |
Gets a value specifying whether the bitmap stored in the frame has 16 bits per channel. (Overrides Frame.IsExtended.) |
|
IsGrayScale |
Gets a value specifying whether the bitmap stored in the frame is grayscale. (Overrides Frame.IsGrayScale.) |
|
IsIndexed |
Gets a value specifying whether the bitmap stored in the frame is indexed. (Overrides Frame.IsIndexed.) |
|
IsRgb |
Gets a value specifying whether the bitmap stored in the frame is RGB. (Overrides Frame.IsRgb.) |
|
Left |
Returns horizontal position of the left top corner of the frame. (Overrides Frame.Left.) |
|
Locked |
Indicates if the object has been locked. (Inherited from LockableObject.) |
|
Name |
Returns the frame name (if defined). (Overrides Frame.Name.) |
|
PixelFormat |
Returns a pixel format of the bitmap stored in this frame. (Overrides Frame.PixelFormat.) |
|
Timeout |
Gets/sets value specifying maximum time for which object can be locked. (Inherited from LockableObject.) |
|
Top |
Returns vertical position of the left top corner of the frame. (Overrides Frame.Top.) |
|
VerticalResolution |
Gets a vertical resolution of the bitmap stored in the frame. (Overrides Frame.VerticalResolution.) |
|
Width |
Returns the frame width. (Overrides Frame.Width.) |