Click or drag to resize

PdfDocumentCustomData Property

Gets or sets a value representing the PdfDocument's custom data.

Namespace:  RadPdf.Data.Document
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 PdfDocument. 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.

This value is loaded from any PDF data opened and saved to any output PDF documents using a custom property.

See Also