Solid Framework SDK 10.0.12602
SDK for converting and extracting value from PDFs
Public Member Functions | Properties | List of all members
SolidFramework.Forms.CachedPageImage Class Reference

Cached Page Image. More...

Inheritance diagram for SolidFramework.Forms.CachedPageImage:

Public Member Functions

 CachedPageImage (float scale, Image image)
 Initializes a new instance of the CachedPageImage class. More...
 
bool Matches (float scale)
 gets whether the scale that was specified when the T:CachedPageImage was created is the same, or very similar to, the specified scale. More...
 
void Dispose ()
 Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
 

Properties

Image Image [get]
 Gets the image. More...
 

Detailed Description

Cached Page Image.

Constructor & Destructor Documentation

◆ CachedPageImage()

SolidFramework.Forms.CachedPageImage.CachedPageImage ( float  scale,
Image  image 
)

Initializes a new instance of the CachedPageImage class.

Parameters
scaleThe scale.
imageThe image.

Member Function Documentation

◆ Matches()

bool SolidFramework.Forms.CachedPageImage.Matches ( float  scale)

gets whether the scale that was specified when the T:CachedPageImage was created is the same, or very similar to, the specified scale.

Parameters
scaleThe scale.
Returns
True if the scale is the same (to 5 decimal places) as that used when creating the object, otherwise false.

Property Documentation

◆ Image

Image SolidFramework.Forms.CachedPageImage.Image
get

Gets the image.

The image.