Click or drag to resize

PdfCustomLoaderTag Property

Gets or sets user data.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public Object Tag { get; set; }

Property Value

Object
Remarks
Any type derived from the Object class can be assigned to this property. A common use for the Tag property is to store data that is closely associated with the loader.
See Also