PdfChart Methods
From PDF File Writer
PDF File Writer Class Library - Author Uzi Granot
PdfChart Methods |
The PdfChart type exposes the following members.
| Name | Description | |
|---|---|---|
| CommitToPdfFile |
Commit object to PDF file
| |
| CompareTo |
Compare the resource codes of two PDF objects.
(Inherited from PdfObject.) | |
| CreateChart |
Static method to create .NET Chart object.
| |
| CreateFont |
Helper method to create a font for chart drawing.
| |
| Dispose |
Dispose unmanaged resources
(Inherited from PdfImage.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ImageSize(SizeD) |
Calculates image size to preserve aspect ratio.
(Inherited from PdfImage.) | |
| ImageSize(Double, Double) |
Calculates image size to preserve aspect ratio.
(Inherited from PdfImage.) | |
| ImageSizePosition(SizeD, ContentAlignment) |
Calculates image size to preserve aspect ratio and sets position.
(Inherited from PdfImage.) | |
| ImageSizePosition(Double, Double, ContentAlignment) |
Calculates image size to preserve aspect ratio and sets position.
(Inherited from PdfImage.) | |
| LoadImage(Boolean) |
Load image from black and white bool matrix
(Inherited from PdfImage.) | |
| LoadImage(Image) |
Load image from Image derived class (Bitmap)
(Inherited from PdfImage.) | |
| LoadImage(String) |
Load image from file
(Inherited from PdfImage.) | |
| LoadImage(Pdf417Encoder) |
Load image fro Pdf417Encoder
(Inherited from PdfImage.) | |
| LoadImage(QREncoder) |
Load image from QRCode encoder
(Inherited from PdfImage.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |