Hi,
I had created rad blank document
this.NotePadTextBox.Document = new RadDocument();
Now i want to set properties like
this.NotePadTextBox.Document.SectionDefaultPageMargin = new System.Windows.Forms.Padding(100);
But i don't know how to set rest of them,it is not specified in help file.
Also i want to set default font for newly created document
I had created rad blank document
this.NotePadTextBox.Document = new RadDocument();
Now i want to set properties like
- Height & Width
- LineSpacing
- LineSpacingType
- AtLeast - the space between the lines should equal or greater than the value of the LineSpacing property.
- Auto - the space between the lines is determined automatically.
- Exact - the space between the lines should equal to the value of the LineSpacing property.
- PageViewMargin -
- ParagraphDefaultSpacingAfter
- ParagraphDefaultSpacingBefore
- SectionDefaultPageMargin -
- Font
this.NotePadTextBox.Document.SectionDefaultPageMargin = new System.Windows.Forms.Padding(100);
But i don't know how to set rest of them,it is not specified in help file.
Also i want to set default font for newly created document