Click or drag to resize

PdfPageTag Property

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

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 page.
See Also