XmpProperty.Prefix Property

Gets the prefix of this property namespace.

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

Syntax

C#
public string Prefix { get; }
VB
Public ReadOnly Property Prefix As String
	Get

Property Value

Type: String
The prefix of this property namespace.

Remarks

The prefix can be null if this property uses the same namespace as a XmpStructure or a XmpSchema containing it.

The schema namespace prefix is a short abbreviation for the full schema name.

See Also