Classes

  Class Description
Public class C1PdfDocument
Provides methods to create and save Pdf documents.
Public class C1PdfDocumentBase
Provides low-level methods to create and save Pdf documents.
Public class DrawingElementEventArgs
Provides parameters for the DrawingElement event.
Public class Font
Defines a format for text, including font face, size, and style attributes.
Public class PdfDocumentInfo
Contains information about the document. This information includes the document author, title, keywords, etc.
Public class PdfPage
PdfPage
Public class PdfPageCollection
A collection of PdfPage objects that make up the document.
Public class PdfSecurity
Provides security and encryption services and manages permissions for C1PdfDocument objects.
Public class PdfViewerPreferences
Represents viewer preferences to be used when displaying the document.
Public class Pen
Represents an object used to draw lines and curves.
Public class StringFormat
Encapsulates text layout information.

Enumerations

  Enumeration Description
Public enumeration AttachmentIconEnum
Specifies the type of attachment icon to use.
Public enumeration CompressionLevel
Specifies the level of compression to be applied when adding entries to a C1ZipFile.
Public enumeration ContentAlignment
Specifies alignment of content within a layout rectangle.
Public enumeration DashStyle
Specifies the style of dashed lines drawn with a Pen object.
Public enumeration PageLayout
Specifies the page layout to be used when the document is opened.
Public enumeration PageMode
Specifies how the document should be displayed when opened.
Public enumeration PaperKind
Specifies the standard paper sizes.
Public enumeration PdfFontStyle
Specifies style information applied to text.
Public enumeration StringFormatFlags
Specifies the display and layout information for strings.