Classes
Class | Description | |
---|---|---|
C1PdfDocument |
Provides methods to create and save Pdf documents.
|
|
C1PdfDocumentBase |
Provides low-level methods to create and save Pdf documents.
|
|
DrawingElementEventArgs |
Provides parameters for the DrawingElement event.
|
|
Font |
Defines a format for text, including font face, size, and style attributes.
|
|
PdfDocumentInfo |
Contains information about the document. This information includes
the document author, title, keywords, etc.
|
|
PdfPage |
PdfPage
|
|
PdfPageCollection |
A collection of PdfPage objects that make up the document.
|
|
PdfSecurity |
Provides security and encryption services and manages permissions for
C1PdfDocument objects.
|
|
PdfViewerPreferences |
Represents viewer preferences to be used when displaying the document.
|
|
Pen |
Represents an object used to draw lines and curves.
|
|
StringFormat |
Encapsulates text layout information.
|
Enumerations
Enumeration | Description | |
---|---|---|
AttachmentIconEnum |
Specifies the type of attachment icon to use.
|
|
CompressionLevel |
Specifies the level of compression to be applied when adding entries to a C1ZipFile.
|
|
ContentAlignment |
Specifies alignment of content within a layout rectangle.
|
|
DashStyle |
Specifies the style of dashed lines drawn with a Pen object.
|
|
PageLayout |
Specifies the page layout to be used when the document is opened.
|
|
PageMode |
Specifies how the document should be displayed when opened.
|
|
PaperKind |
Specifies the standard paper sizes.
|
|
PdfFontStyle |
Specifies style information applied to text.
|
|
StringFormatFlags |
Specifies the display and layout information for strings.
|