PdfSharp-WPF  1.31.7289
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
 NPdfSharp
 NDrawing
 NBarCodes
 NLayout
 NPdf
 CXPdfFontOptionsSpecifies details about how the font is used in PDF creation
 CXBrushClasses derived from this abstract base class define objects used to fill the interiors of paths
 CXColorRepresents a RGB, CMYK, or gray scale color
 CXColorResourceManagerManages the localization of the color class
 CXFontDefines an object used to draw text
 CXFontFamilyDefines a group of type faces having a similar basic design and certain variations in styles
 CXFontMetricsCollects information of a font
 CXFontStretchNYI. Reserved for future extensions of PDFsharp
 CXFontWeightDefines the density of a typeface, in terms of the lightness or heaviness of the strokes
 CXFormRepresents a graphical object that can be used to render retained graphics on it. In GDI+ it is represented by a Metafile, in WPF by a DrawingVisual, and in PDF by a Form XObjects
 CXGlyphTypefaceSpecifies a physical font face that corresponds to a font file on the disk
 CXGraphicsRepresents a drawing surface (or canvas) for a fixed size page
 CXGraphicsContainerRepresents the internal state of an XGraphics object
 CXGraphicsPathRepresents a series of connected lines and curves
 CXGraphicsPathInternalsProvides access to the internal data structures of XGraphicsPath. This class prevents the public interface from pollution with internal functions
 CXGraphicsStateRepresents the internal state of an XGraphics object
 CXImageDefines an object used to draw image files (bmp, png, jpeg, gif) and PDF forms. An abstract base class that provides functionality for the Bitmap and Metafile descended classes
 CXImageFormatSpecifies the format of the image
 CXLinearGradientBrushDefines a Brush with a linear gradient
 CXMatrixRepresents a 3-by-3 matrix that represents an affine 2D transformation
 CXPdfFormRepresents a so called 'PDF form external object', which is typically an imported page of an external PDF document. XPdfForm objects are used like images to draw an existing PDF page of an external document in the current document. XPdfForm objects can only be placed in PDF documents. If you try to draw them using a XGraphics based on an GDI+ context no action is taken if no placeholder image is specified. Otherwise the place holder is drawn
 CXPenDefines an object used to draw lines and curves
 CXPointRepresents a pair of floating point x- and y-coordinates that defines a point in a two-dimensional plane
 CXPrivateFontCollectionMakes fonts that are not installed on the system available within the current application domain
 CXRectStores a set of four floating-point numbers that represent the location and size of a rectangle
 CXSizeRepresents a pair of floating-point numbers, typically the width and height of a graphical object
 CXSolidBrushDefines a single color object used to fill shapes and draw text
 CXStringFormatRepresents the text layout information
 CXTypefaceHackTemporary hack to implement PrivateFontCollection
 CXUnitRepresents a value and its unit of measure. The structure converts implicitly from and to double with a value measured in point
 CXVectorRepresents a two-dimensional vector specified by x- and y-coordinates
 NFonts
 NOpenType
 CAdobeGlyphListForNewFontsTesting only
 CFontDescriptorStockGlobal table of TrueType fontdescriptor objects
 NForms
 CColorComboBoxA combo box control for selection XColor values
 CPagePreviewRepresents a preview control for an XGraphics page. Can be used as an alternative to System.Windows.Forms.PrintPreviewControl
 CPagePreviewCanvasImplements the control that previews the page
 NInternal
 CSColor
 CSCColor
 CTokenizerHelper
 NPdf
 NAcroForms
 NActions
 NAdvanced
 NAnnotations
 NContent
 NFilters
 NIO
 NPrinting
 NSecurity
 CDocumentFontOptions
 CKeysBaseBase class for all dictionary Keys classes
 CPdfArrayRepresents a PDF array object
 CPdfBooleanRepresents a direct boolean value
 CPdfBooleanObjectRepresents an indirect boolean value. This type is not used by PDFsharp. If it is imported from an external PDF file, the value is converted into a direct object
 CPdfCustomValueThis class is intended for empira internal use only and may change or drop in future releases
 CPdfCustomValuesThis class is intended for empira internal use only and may change or drop in future releases
 CPdfDateRepresents a direct date value
 CPdfDictionaryRepresents a PDF dictionary object
 CPdfDocumentRepresents a PDF document
 CPdfDocumentInformationRepresents the PDF document information dictionary
 CPdfDocumentOptionsHolds information how to handle the document when it is saved as PDF stream
 CPdfDocumentSettingsHolds PDF specific information of the document
 CPdfIntegerRepresents a direct integer value
 CPdfIntegerObjectRepresents an indirect integer value. This type is not used by PDFsharp. If it is imported from an external PDF file, the value is converted into a direct object
 CPdfItemThe base class of all PDF objects and simple types
 CPdfLiteralRepresents text that is written 'as it is' into the PDF stream. This class can lead to invalid PDF files. E.g. strings in a literal are not encrypted when the document is saved with a password
 CPdfNameRepresents a PDF name value
 CPdfNameObjectRepresents an indirect name value. This type is not used by PDFsharp. If it is imported from an external PDF file, the value is converted into a direct object. Acrobat sometime uses indirect names to save space, because an indirect reference to a name may be shorter than a long name
 CPdfNullRepresents a indirect reference that is not in the cross reference table
 CPdfNullObjectRepresents an indirect null value. This type is not used by PDFsharp, but at least one tool from Adobe creates PDF files with a null object
 CPdfNumberBase class for direct number values (not yet used, maybe superfluous)
 CPdfNumberObjectBase class for indirect number values (not yet used, maybe superfluous)
 CPdfObjectBase class of all composite PDF objects
 CPdfObjectIDRepresents a PDF object identifier, a pair of object and generation number
 CPdfOutlineRepresents an outline item in the outlines tree. An outline is also knows as a bookmark
 CPdfPageRepresents a page in a PDF document
 CPdfPagesRepresents the pages of the document
 CPdfRealRepresents a direct real value
 CPdfRealObjectRepresents an indirect real value. This type is not used by PDFsharp. If it is imported from an external PDF file, the value is converted into a direct object
 CPdfRectangleRepresents a PDF rectangle value, that is internally an array with 4 real values
 CPdfStringRepresents a direct text string value
 CPdfStringObjectRepresents an indirect text string value. This type is not used by PDFsharp. If it is imported from an external PDF file, the value is converted into a direct object
 CPdfUIntegerRepresents a direct unsigned integer value
 CPdfUIntegerObjectRepresents an indirect integer value. This type is not used by PDFsharp. If it is imported from an external PDF file, the value is converted into a direct object
 CPdfViewerPreferencesRepresents the PDF document viewer preferences dictionary
 CTrimMarginsRepresents trim margins added to the page
 NSharpZipLib
 NZip
 CPdfSharpExceptionBase class of all exceptions in the PDFsharp frame work