Click or drag to resize

SautinSoft.Pdf.Content Namespaces

Namespaces
NamespaceDescription
SautinSoft.Pdf.ContentContains classes, structures, and enumerations that implement PDF content streams and resources, as specified in the PDF Specification ISO 32000-1:2008. It covers sections 7.8 "Content Streams and Resources", 8 "Graphics", and 9 "Text". The base class for all PDF content elements is PdfContentElement. The Content property allows access to the content of a PDF page.
SautinSoft.Pdf.Content.ColorsContains classes and enumerations that implement the PDF color spaces as defined in the PDF Specification ISO 32000-1:2008, specifically in section '8.6: Color Spaces'. The base class for all PDF color spaces is PdfColorSpace. You can access PDF color spaces through the Space property of PdfColor objects.
SautinSoft.Pdf.Content.MarkedContains classes, structures, and enumerations that implement PDF marked content, as specified in the PDF Specification ISO 32000-1:2008. Specifically, the "14.6 Marked Content" section of the specification is implemented by the PdfContentMark class.
SautinSoft.Pdf.Content.PatternsContains classes and enumerations that implement PDF patterns and shading as specified in the PDF Specification ISO 32000-1:2008, specifically in section '8.7 Patterns'. The base class for all PDF patterns is PdfPattern. PDF patterns can be accessed through the Pattern property of PdfColor. The base class for all PDF shading is PdfShading. Shading can be accessed through the Shading property of PdfShadingPattern and PdfShadingContent.
SautinSoft.Pdf.Content.TextContains classes and structures that implement PDF text, which represents characters using glyphs from fonts, and fonts as defined in the PDF Specification ISO 32000-1:2008, in section "9 Text". The base class for all PDF fonts is PdfBasicFont. You can access PDF fonts using the GetFont method of PdfTextFormat.