PDF File Writer Class Library - Author Uzi Granot
PdfChart Class |
PDF chart resource class

Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

C#
public class PdfChart : PdfImage
The PdfChart type exposes the following members.


Name | Description | |
---|---|---|
![]() | Document |
PDF document object
(Inherited from PdfObject.) |
![]() | GrayToBWCutoff |
Gray to BW cutoff level
(Inherited from PdfImage.) |
![]() | Height |
Chart height in user units.
|
![]() | HeightPix |
Gets image height in pixels
(Inherited from PdfImage.) |
![]() | ImageQuality |
Gets or sets Jpeg image quality
(Inherited from PdfImage.) |
![]() | MSChart |
Chart object (.NET).
|
![]() | Resolution |
Set output resolution
(Overrides PdfImageResolution.) |
![]() | ScaleFactor |
Scale factor
(Inherited from PdfObject.) |
![]() | Width |
Chart width in user units.
|
![]() | WidthPix |
Gets image width in pixels
(Inherited from PdfImage.) |

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.) |

Name | Description | |
---|---|---|
![]() | _Resolution |
Image resolution
(Inherited from PdfImage.) |
![]() | CropPercent |
Crop image rectangle (percent of image size)
(Inherited from PdfImage.) |
![]() | CropRect |
Crop image rectangle (image pixels)
(Inherited from PdfImage.) |
![]() | LayerControl |
Layer control
(Inherited from PdfImage.) |
![]() | ReverseBW |
Reverse black and white (SaveImageAs.BWImage)
(Inherited from PdfImage.) |
![]() | SaveAs |
Save image as
(Inherited from PdfImage.) |

For more information go to 2.10 Charting Support
