Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / IPdfImage Interface / GetCacheKey Method

In This Topic
    GetCacheKey Method (IPdfImage)
    In This Topic
    For internal use. Returns a key uniquely identifying the object in its GcPdfDocument, can return null if object can not be uniquely identified.
    Syntax
    'Declaration
     
    Function GetCacheKey() As System.Object
    System.object GetCacheKey()

    Return Value

    The key uniquely identifying the object.
    See Also