PdfChart Class

PDF File Writer

PdfChart Class

PDF chart resource class
Inheritance Hierarchy
SystemObject  PdfFileWriterPdfObject
    PdfFileWriterPdfImage
      PdfFileWriterPdfChart

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public class PdfChart : PdfImage

The PdfChart type exposes the following members.

Constructors
  NameDescription
Public methodCode examplePdfChart
PDF chart constructor
Top
Properties
  NameDescription
Public propertyDocument
PDF document object
(Inherited from PdfObject.)
Public propertyGrayToBWCutoff
Gray to BW cutoff level
(Inherited from PdfImage.)
Public propertyHeight
Chart height in user units.
Public propertyHeightPix
Gets image height in pixels
(Inherited from PdfImage.)
Public propertyImageQuality
Gets or sets Jpeg image quality
(Inherited from PdfImage.)
Public propertyMSChart
Chart object (.NET).
Public propertyResolution
Set output resolution
(Overrides PdfImageResolution.)
Public propertyScaleFactor
Scale factor
(Inherited from PdfObject.)
Public propertyWidth
Chart width in user units.
Public propertyWidthPix
Gets image width in pixels
(Inherited from PdfImage.)
Top
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
Fields
  NameDescription
Protected field_Resolution
Image resolution
(Inherited from PdfImage.)
Public fieldCropPercent
Crop image rectangle (percent of image size)
(Inherited from PdfImage.)
Public fieldCropRect
Crop image rectangle (image pixels)
(Inherited from PdfImage.)
Public fieldLayerControl
Layer control
(Inherited from PdfImage.)
Public fieldReverseBW
Reverse black and white (SaveImageAs.BWImage)
(Inherited from PdfImage.)
Public fieldSaveAs
Save image as
(Inherited from PdfImage.)
Top
Remarks
See Also