PDFTaggableObject

public protocol PDFTaggableObject

Object can be identified using the tag property

  • tag

    An integer that you can use to identify document objects in your application.

    The default value is 0. You can set the value of this tag and use that value to identify the object later.

    Declaration

    Swift

    var tag: Int { get set }