C1.Silverlight.Pdf.5 Assembly > C1.Silverlight.Pdf Namespace : C1PdfDocument Class |
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.Silverlight.Pdf.C1PdfDocumentBase) | |
ConformanceLevel | Gets or sets the the PDF/A conformance level, by default without use PDF/A conformance. (Inherited from C1.Silverlight.Pdf.C1PdfDocumentBase) | |
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.Silverlight.Pdf.C1PdfDocumentBase) | |
FontType | Gets or sets a value indicating how fonts should be encoded when saving the document. (Inherited from C1.Silverlight.Pdf.C1PdfDocumentBase) | |
ImageQuality | Gets or sets the image quality to use when saving the document. (Inherited from C1.Silverlight.Pdf.C1PdfDocumentBase) | |
Landscape | Gets or sets the default page orientation for the document. | |
PageRectangle | Gets a rectangle that represents the surface of the current page (in points). (Inherited from C1.Silverlight.Pdf.C1PdfDocumentBase) | |
Pages | Gets the collection of PdfPage objects that make up the document. (Inherited from C1.Silverlight.Pdf.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. | |
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.Silverlight.Pdf.C1PdfDocumentBase) | |
Security | Gets the PdfSecurity object that manages security for the current document (passwords, etc). (Inherited from C1.Silverlight.Pdf.C1PdfDocumentBase) | |
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.Silverlight.Pdf.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.Silverlight.Pdf.C1PdfDocumentBase) | |
ViewerPreferences | Gets the PdfViewerPreferences object that contains information about how the current document should be displayed. (Inherited from C1.Silverlight.Pdf.C1PdfDocumentBase) |
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.Silverlight.Pdf.C1PdfDocumentBase) | |
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. | |
DrawElement | Overloaded. Draws the specified System.Windows.Media.Imaging.WriteableBitmap object at the specified location, adjusting the image size as specified by the align and stretch parameters. | |
DrawEllipse | Overloaded. Draws an ellipse defined by a bounding rectangle specified by a coordinate pair, a width, and a height. | |
DrawImage | Overloaded. Draws the specified System.Windows.Media.Imaging.WriteableBitmap object at the specified location, adjusting the image size as specified by the align and stretch 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. | |
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.Windows.Media.Brush and Font objects using the formatting attributes of the specified StringFormat object. | |
FillArc | 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. | |
FillPie | 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. | |
FillRectangle | Overloaded. Fills the interior of a rectangle specified by a coordinate pair, a width, and a height. | |
MeasureString | Overloaded. Measures the specified string when drawn with the specified Font object and formatted with the specified StringFormat object. | |
NewPage | Starts a new page. (Inherited from C1.Silverlight.Pdf.C1PdfDocumentBase) | |
ResetClipRect | Restores the clipping area to the state before the last call to SetClipRect. | |
Save | Overloaded. Saves the Pdf document to a file. (Inherited from C1.Silverlight.Pdf.C1PdfDocumentBase) | |
SetClipRect | Sets the clipping area. | |
Write | Writes raw content into the Pdf stream for the current page. (Inherited from C1.Silverlight.Pdf.C1PdfDocumentBase) |
Name | Description | |
---|---|---|
DrawingElement | Occurs when the C1PdfDocument is about to render a System.Windows.FrameworkElement. | |
GeneratingDocument | Fires periodically while data is written into the PDF document. (Inherited from C1.Silverlight.Pdf.C1PdfDocumentBase) | |
SavingDocument | Fires while pages are written to the PDF stream after a call to the C1PdfDocumentBase.Save method. (Inherited from C1.Silverlight.Pdf.C1PdfDocumentBase) |