Pdf3dAnnotation.Name Property

Gets or sets the widget name uniquely identifying this Pdf3dAnnotation among all the widgets on the Owner page.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public string Name { get; set; }
VB
Public Property Name As String
	Get
	Set

Property Value

Type: String
The widget name. Can be null.

See Also