Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Graphics.Images Namespace / PdfImageBase Class / GetCacheKey Method

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

    Return Value

    The key uniquely identifying the object.
    See Also