Namespace IronSoftware
Classes
CharObjectCollection
CidGlyphWidths
Font glyph widths object
FontObject
Document font object
FormFieldCollection
Observable collection of form fields
ImageObject
Represents an image object embedded within a PDF page.
This object allows you to modify the image's content, position, scale, and rotation. Transformations are applied immediately when a property is set.
ImageObjectCollection
Observable collection of image objects
LineCaps
Line-cap style for stroked paths. Maps to the PDF J operator
(ISO 32000-1 §8.4.3.3).
LineJoins
Line-join style for stroked paths. Maps to the PDF j operator
(ISO 32000-1 §8.4.3.4).
PathObject
Document path object
PathObjectCollection
Observable collection of path objects
PathSegment
Path segment
PdfLayer
One entry from a PDF document's Optional Content Group (OCG / layer)
tree. Returned by PdfClient.GetOcgs(documentId) and matched to
individual TextObject / PathObject
instances via their OcgId property.
PdfLayerCollection
Read-only collection of PdfLayer entries for a PDF document. Exposes helpers for the two operations callers actually do with the layer tree: lookup by id and lookup by name.
TextObject
Document text object
TextObjectCollection
Observable collection of text objects
Interfaces
ICidGlyphWidths
Describes an aspect of glyph widths for a CID font
IPdfDocumentObject
PDF document object
IPdfFontObject
Font object for PDF documents
IPdfFontObjectCollection
Collection of PDF font objects
IPdfImageObject
Image object from a PDF document
IPdfImageObjectCollection
Collection of PDF image objects
IPdfPathObject
Path object from a PDF document
IPdfPathObjectCollection
Collection of PDF path objects
IPdfTextObject
Text object from a PDF document
IPdfTextObjectCollection
Collection of PDF text objects