Click or drag to resize

PdfObjectCustomData Property

Gets or sets a value representing custom data associated with this object.

Namespace:  RadPdf.Data.Document.Objects
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public string CustomData { get; set; }

Property Value

Type: String
Remarks

This string data is for custom implementations of RAD PDF which wish to associate additional information with a given PdfObject. This data is saved inside RAD PDF's storage provider and accessible both server side and client side. Because it can be accessed and changed client side (unless the document is read-only), the value of this property should be validated server side in custom implementations relying upon it.

At this time, this value is neither loaded from any PDF data opened nor saved to any output PDF documents. This behavior may change in a future release.

See Also