Presentation
IsNoteRetained Property
|
Indicates whether the note is retained in converting to SVG.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public bool IsNoteRetained { set; }
Public WriteOnly Property IsNoteRetained As Boolean
Set
public:
property bool IsNoteRetained {
void set (bool value);
}
member IsNoteRetained : bool with set
Property Value
Type:
Boolean
See Also