Gets or sets the mapping name of the active state.

Namespace: Spire.Pdf.Annotations.Appearance
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public string OnMappingName { get; set; }
Public Property OnMappingName As String
	Get
	Set
public:
property String^ OnMappingName {
	String^ get ();
	void set (String^ value);
}
member OnMappingName : string with get, set

Property Value

String
String specifies the mapping name of the active state.

See Also