PdfChart Methods

PDF File Writer

PdfChart Methods

The PdfChart type exposes the following members.

Methods
  NameDescription
Public methodCommitToPdfFile
Commit object to PDF file
Public methodCompareTo
Compare the resource codes of two PDF objects.
(Inherited from PdfObject.)
Public methodStatic memberCreateChart
Static method to create .NET Chart object.
Public methodCreateFont
Helper method to create a font for chart drawing.
Public methodDispose
Dispose unmanaged resources
(Inherited from PdfImage.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodImageSize(SizeD)
Calculates image size to preserve aspect ratio.
(Inherited from PdfImage.)
Public methodImageSize(Double, Double)
Calculates image size to preserve aspect ratio.
(Inherited from PdfImage.)
Public methodImageSizePosition(SizeD, ContentAlignment)
Calculates image size to preserve aspect ratio and sets position.
(Inherited from PdfImage.)
Public methodImageSizePosition(Double, Double, ContentAlignment)
Calculates image size to preserve aspect ratio and sets position.
(Inherited from PdfImage.)
Public methodLoadImage(Boolean)
Load image from black and white bool matrix
(Inherited from PdfImage.)
Public methodLoadImage(Image)
Load image from Image derived class (Bitmap)
(Inherited from PdfImage.)
Public methodLoadImage(String)
Load image from file
(Inherited from PdfImage.)
Public methodLoadImage(Pdf417Encoder)
Load image fro Pdf417Encoder
(Inherited from PdfImage.)
Public methodLoadImage(QREncoder)
Load image from QRCode encoder
(Inherited from PdfImage.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also