Click or drag to resize

PdfDocumentTag Property

Gets or sets the object that contains data about the document.

Namespace:  Patagames.Pdf.Net
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.81.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.81.2704
Syntax
public Object Tag { get; set; }

Property Value

Type: 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 document.
See Also