PdfAppearanceState
OffMappingName Property
|
Gets or sets the mapping name of the inactive state.
Namespace:
Spire.Pdf.Annotations.Appearance
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public string OffMappingName { get; set; }
Public Property OffMappingName As String
Get
Set
public:
property String^ OffMappingName {
String^ get ();
void set (String^ value);
}
member OffMappingName : string with get, set
Property Value
Type:
String
String specifies the mapping name of the inactive state.
See Also