Name | Description | |
---|---|---|
C1PdfDocument Constructor | Overloaded. |
The following tables list the members exposed by C1PdfDocument.
Name | Description | |
---|---|---|
C1PdfDocument Constructor | Overloaded. |
Name | Description | |
---|---|---|
Compression | Gets or sets the compression level to use when saving the document. (Inherited from C1.C1Pdf.C1PdfDocumentBase) | |
ConformanceLevel | Gets or sets the PDF/A conformance level.
The default is none (the document does not conform to PDF/A). (Inherited from C1.C1Pdf.C1PdfDocumentBase) | |
Container | (Inherited from System.ComponentModel.Component) | |
CurrentPage | Overridden. Gets or sets the index of the current page within the document. | |
DocumentInfo | Gets the PdfDocumentInfo object that contains information about this document (author, etc). (Inherited from C1.C1Pdf.C1PdfDocumentBase) | |
FontType | Gets or sets a value indicating how fonts should be encoded when saving the document. (Inherited from C1.C1Pdf.C1PdfDocumentBase) | |
ImageQuality | Gets or sets the image quality to use when saving the document. (Inherited from C1.C1Pdf.C1PdfDocumentBase) | |
IsCompressed | Gets a value indicating whether compression is used when saving the document. (Inherited from C1.C1Pdf.C1PdfDocumentBase) | |
Landscape | Gets or sets the default page orientation for the document. | |
MaxHeaderBookmarkLevel | Gets or sets the maximum header level to create bookmarks for when rendering HTML text. | |
PageRectangle | Gets a rectangle that represents the surface of the current page (in points). (Inherited from C1.C1Pdf.C1PdfDocumentBase) | |
Pages | Gets the collection of PdfPage objects that make up the document. (Inherited from C1.C1Pdf.C1PdfDocumentBase) | |
PageSize | Overridden. Gets or sets the default page size for the document (in points). | |
PaperKind | Gets or sets the default page size for the document. | |
ParseEmfPlus | Gets or sets the flag to convert EMF PLUS metafiles to EMF ONLY metafiles or no. | |
PdfVersion | Gets or sets the PDF Version of the generated document.
By default the version is determined automatically based on which features are used in this document. Setting this property to a non-null string in the format "1.X" (where X is a digit from 0 to 9) overrides the automatic value with the specified one. Setting this property to null reverts to the default behavior. (Inherited from C1.C1Pdf.C1PdfDocumentBase) | |
RotateAngle | Gets or sets the rotate angle for drawing simple objects for the document in degree (from -360 to 360). | |
SaveAllImagesAsJpeg | Gets or sets whether all images should be saved in the Jpeg format. (Inherited from C1.C1Pdf.C1PdfDocumentBase) | |
Security | Gets the PdfSecurity object that manages security for the current document (passwords, etc). (Inherited from C1.C1Pdf.C1PdfDocumentBase) | |
Site | (Inherited from System.ComponentModel.Component) | |
UniqueFontsPerPage | Gets or sets a value indicating whether to embed fonts separately for each page of the document. The default is false, which produces smaller file sizes but in some rare cases may result in incorrect font substitutions.
Note that if C1PdfDocumentBase.FontType is not Embedded, this property is not used. (Inherited from C1.C1Pdf.C1PdfDocumentBase) | |
UseFastTextOut | Gets or sets a value indicating whether to use a faster but less precise method of laying out text when generating output. (Inherited from C1.C1Pdf.C1PdfDocumentBase) | |
UseFileCaching | Gets or sets a value indicating whether to use temporary disk files to minimize memory usage. The default is false. (Inherited from C1.C1Pdf.C1PdfDocumentBase) | |
UseFontShaping | Gets or sets a value indicating whether to use font shaping for text characters of the document. (Inherited from C1.C1Pdf.C1PdfDocumentBase) | |
ViewerPreferences | Gets the PdfViewerPreferences object that contains information about how the current document should be displayed. (Inherited from C1.C1Pdf.C1PdfDocumentBase) |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
AddAttachment | Overloaded. Adds a file attachment to the current page. | |
AddBookmark | Overloaded. Adds a bookmark to the current page. | |
AddField | Overloaded. Adds an AcroField to the current page. | |
AddLink | Overloaded. Adds a hyperlink to the current page. | |
AddNote | Overloaded. Adds an annotation item to the current page. | |
AddTarget | Overloaded. Adds a hyperlink target to the current page. | |
Clear | Restores the document to its initial state. (Inherited from C1.C1Pdf.C1PdfDocumentBase) | |
ClipPath | Start clipping use a path defined by points and types. | |
ClipStop | Stop path clipping. | |
CreateObjRef | (Inherited from System.MarshalByRefObject) | |
Dispose | Overloaded. Overridden. Releases all resources used by the Control. | |
DrawArc | Draws an arc defined by an ellipse specified by a rectangle structure and two radial lines. | |
DrawBezier | Draws a Bezier spline defined by four point structures. | |
DrawBeziers | Draws a series of Bezier splines from an array of point structures. | |
DrawEllipse | Overloaded. Draws an ellipse defined by a bounding rectangle specified by a coordinate pair, a width, and a height. | |
DrawGlyphs | Draws a string by glyphs. | |
DrawImage | Overloaded. Draws the specified System.Drawing.Image object at the specified location, adjusting the image size as specified by the align and mode parameters. | |
DrawLine | Overloaded. Draws a line connecting the two points specified by coordinate pairs. | |
DrawLines | Draws a series of line segments that connect an array of point structures. | |
DrawMetafile | Draw metafile. | |
DrawPath | Overloaded. Draws a path defined by a System.Drawing.Drawing2D.GraphicsPath object. | |
DrawPie | Draws a pie shape defined by an ellipse specified by a rectangle structure and two radial lines. | |
DrawPolygon | Draws a polygon defined by an array of point structures. | |
DrawRectangle | Overloaded. Draws a rectangle specified by a coordinate pair, a width, and a height. | |
DrawString | Overloaded. Draws the specified text string in the specified rectangle with the specified System.Drawing.Brush and System.Drawing.Font objects using the formatting attributes of the specified System.Drawing.StringFormat object. | |
DrawStringHtml | Overloaded. Draws an HTML string in the specified rectangle with the specified System.Drawing.Brush and System.Drawing.Font objects. | |
DrawStringRtf | Overloaded. Draws an RTF string in the specified rectangle with the specified System.Drawing.Brush and System.Drawing.Font objects. | |
FillArc | Overloaded. Fills an arc defined by an ellipse specified by a rectangle structure and two radial lines. | |
FillEllipse | Overloaded. Fills the interior of an ellipse defined by a bounding rectangle specified by a coordinate pair, a width, and a height. | |
FillPath | Overloaded. Fills a path defined by a System.Drawing.Drawing2D.GraphicsPath object. | |
FillPie | Overloaded. Fills a pie shape defined by an ellipse specified by a rectangle structure and two radial lines. | |
FillPolygon | Overloaded. Fills a polygon defined by an array of point structures using the specified fill mode. | |
FillRectangle | Overloaded. Fills the interior of a rectangle specified by a coordinate pair, a width, and a height. | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
MeasureString | Overloaded. Measures the specified string when drawn with the specified System.Drawing.Font object and formatted with the specified System.Drawing.StringFormat object. | |
MeasureStringHtml | Overloaded. Measures an HTML string when drawn with a given System.Drawing.Font object into a rectangle with the specified width. | |
MeasureStringRtf | Overloaded. Measures an RTF string when drawn with a given System.Drawing.Font object into a rectangle with the specified width. | |
NewPage | Starts a new page. (Inherited from C1.C1Pdf.C1PdfDocumentBase) | |
ResetClipRect | Restores the clipping area to the state after the last call to SetClipRect. | |
ResetDashPatterns | Resets all dash patterns to default values. (Inherited from C1.C1Pdf.C1PdfDocumentBase) | |
Save | Overloaded. Saves the PDF document to a file. (Inherited from C1.C1Pdf.C1PdfDocumentBase) | |
SetClipRect | Sets the clipping area. | |
SetDashPattern | Sets the dash pattern for a specific dash style. Values in pattern correspond to dashes and spaces, starting with the first dash. The actual length of each dash and space in the line is the product of the specified value and the width of the pen used to draw the line. (Inherited from C1.C1Pdf.C1PdfDocumentBase) | |
SetTransform | Sets the PDF transform (write the matrix). | |
ToString | (Inherited from System.ComponentModel.Component) | |
Write | Writes raw content into the Pdf stream for the current page. (Inherited from C1.C1Pdf.C1PdfDocumentBase) |
Name | Description | |
---|---|---|
BrushToColor | Gets the brush color. (Inherited from C1.C1Pdf.C1PdfDocumentBase) | |
Finalize | (Inherited from System.ComponentModel.Component) | |
GetService | (Inherited from System.ComponentModel.Component) | |
IsBrushColorEmpty | Determines whether the brush color alpha component is zero or is uninitialized. (Inherited from C1.C1Pdf.C1PdfDocumentBase) | |
MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) | |
OnGeneratingDocument | Raises the C1PdfDocumentBase.GeneratingDocument event. (Inherited from C1.C1Pdf.C1PdfDocumentBase) | |
OnSavingDocument | Raises the C1PdfDocumentBase.SavingDocument event. (Inherited from C1.C1Pdf.C1PdfDocumentBase) | |
ResetResourceState | For internal use only. Resets current font, pen, and brush state. (Inherited from C1.C1Pdf.C1PdfDocumentBase) | |
SetBrush | For internal use only. Sets the current brush color. (Inherited from C1.C1Pdf.C1PdfDocumentBase) | |
WriteMatrix | Writes raw content into the Pdf stream for the current page. (Inherited from C1.C1Pdf.C1PdfDocumentBase) |
Name | Description | |
---|---|---|
Disposed | (Inherited from System.ComponentModel.Component) | |
GeneratingDocument | Fires periodically while data is written into the PDF document. (Inherited from C1.C1Pdf.C1PdfDocumentBase) | |
SavingDocument | Fires while pages are written to the PDF stream after a call to the C1PdfDocumentBase.Save method. (Inherited from C1.C1Pdf.C1PdfDocumentBase) |