PageNoteLineStyle Property |
Gets or sets the line style for notes.(for generator only)
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxpublic GraphInfo NoteLineStyle { get; set; }
Public Property NoteLineStyle As GraphInfo
Get
Set
public:
property GraphInfo^ NoteLineStyle {
GraphInfo^ get ();
void set (GraphInfo^ value);
}
member NoteLineStyle : GraphInfo with get, set
Property Value
Type:
GraphInfoThe note style.
See Also