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

In This Topic
    GetCacheKey Method (PdfInlineImage)
    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 Overrides Function GetCacheKey() As System.Object
    public override System.object GetCacheKey()

    Return Value

    The key uniquely identifying the object.
    See Also