[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Graphics.Images.PdfImageBase.GetCacheKey

GetCacheKey Method

GetCacheKey()

For internal use. Returns a key uniquely identifying the object in its GcPdfDocument, can return null if object can not be uniquely identified.

Declaration
public virtual object GetCacheKey()
Public Overridable Function GetCacheKey() As Object
Returns
Type Description
object

The key uniquely identifying the object.

Implements