Search Engine
Here you can search through the pages of this Namespace, their attachments and the files uploaded to the system.
Note: the results will only display the items you have permissions to read.
This search, performed through 421.57 KB (73 documents, 3477 words), completed in 0.0 seconds and yielded 3 results.
[...] DefineParagraphs(Document document)
{
Paragraph paragraph = document.LastSection.AddParagraph("Paragraph Layout Overview", "Heading1");
paragraph.AddBookmark("Paragraphs");
DemonstrateAlignment(document);
DemonstrateIndent(document);
DemonstrateFormattedText(document);
DemonstrateBordersAndShading(document);
}
static void DemonstrateAlignment(Document document)
{
document.LastSection.AddParagraph("Alignment", "Heading2");
document.LastSection.AddParagraph("Left Aligned", "Heading3");
Paragraph paragraph = document.LastSection.AddParagraph();
paragraph.Format.Alignment [...]
Questions and answers about MigraDoc. See also: PDFsharp FAQ
About
See the MigraDoc Overview for general information about MigraDoc. What is MigraDoc?
MigraDoc is the .NET library for modeling and rendering documents.
See the MigraDoc Overview [...]
[...] PDFsharp and MigraDoc, please visit these page: PDFsharp and MigraDoc Homepage PDFsharp and MigraDoc Overview introduces PDFsharp and MigraDoc and lets [...]